#50CFA9

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

Shades of Medium Aquamarine #50CFA9

Tints of Medium Aquamarine #50CFA9

Color information

#50CFA9 (or 0x50CFA9) is unknown color: approx Medium Aquamarine. HEX triplet: 50, CF and A9. RGB value is (80,207,169). Sum of RGB (Red+Green+Blue) = 80+207+169=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #50CFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CFA9 is #AF3056. Grayscale: #A4A4A4. Windows color (decimal): -11481175 or 11128656. OLE color: 11128656.

HSL color Cylindrical-coordinate representation of color #50CFA9: hue angle of 162.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CFA9 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB80207169-
CMYK0.6100.180.19
HSL162.05º56.95%56.27%-
HSV(B)162.05º61.35%81.18%-
XYZ32.7849.245.3-
YUV164.69130.4267.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.54%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=17.54%
G=45.39%
B=37.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal802071690.6100.180.19162.0556.9556.27
Hex50CFA93D01213a23938
Octal12031725175022232427170
Binary101000011001111101010011111010100101001110100010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,207,169); }

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

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

 a { background-color: rgb(80,207,169); }

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

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

 span { border-color: rgb(80,207,169); }

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