#50D9B0

Color #50D9B0 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #50D9B0

Tints of Medium Aquamarine #50D9B0

Color information

#50D9B0 (or 0x50D9B0) is unknown color: approx Medium Aquamarine. HEX triplet: 50, D9 and B0. RGB value is (80,217,176). Sum of RGB (Red+Green+Blue) = 80+217+176=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #50D9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D9B0 is #AF264F. Grayscale: #ABABAB. Windows color (decimal): -11478608 or 11589968. OLE color: 11589968.

HSL color Cylindrical-coordinate representation of color #50D9B0: hue angle of 162.04º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D9B0 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB80217176-
CMYK0.6300.190.15
HSL162.04º64.32%58.24%-
HSV(B)162.04º63.13%85.1%-
XYZ35.9654.4749.69-
YUV171.36130.6162.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 16.91%
GREEN value IS 217 (85.16% from 255) = 45.88%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=16.91%
G=45.88%
B=37.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802171760.6300.190.15162.0464.3258.24
Hex50D9B03F013Fa2403a
Octal120331260770231724210072
Binary101000011011001101100001111110100111111101000101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50D9B0; }

 p { color: rgb(80,217,176); }

 H1.HeaderClassName
 {
   color: #50D9B0;
 }
 .AnyTagClassName
 {
   color: #50D9B0;
 }
</style>
background-color css

<style>
 a { background-color: #50D9B0; }

 a { background-color: rgb(80,217,176); }

 div.DivClassName
 {
   background-color: #50D9B0;
 }
 .BgClassName
 {
   background-color: #50D9B0;
 }
</style>
border-color css

<style>
 span { border-color: #50D9B0; }

 span { border-color: rgb(80,217,176); }

 td.TdClassName
 {
   border-color: #50D9B0;
 }
 .TagClassName
 {
   border-color: #50D9B0;
 }
</style>