Shades of Medium Aquamarine #59CEA0
Tints of Medium Aquamarine #59CEA0
RGB
CMYK
RGB Variations
Color information
#59CEA0 (or 0x59CEA0) is known color: Medium Aquamarine. HEX triplet: 59, CE and A0. RGB value is (89,206,160). Sum of RGB (Red+Green+Blue) = 89+206+160=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #59CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CEA0 is #A6315F. Grayscale: #A5A5A5. Windows color (decimal): -10891616 or 10538585. OLE color: 10538585.
HSL color Cylindrical-coordinate representation of color #59CEA0: hue angle of 156.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CEA0 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 206 | 160 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.19 |
| HSL | 156.41º | 0.54% | 0.58% | - |
| HSV(B) | 156.41º | 0.57% | 0.81% | - |
| XYZ | 32.54 | 48.8 | 40.96 | - |
| YUV | 165.77 | 124.74 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 160 | 0.57 | 0 | 0.22 | 0.19 | 156.41 | 0.54 | 0.58 |
| Hex | 59 | CE | A0 | 39 | 0 | 16 | 13 | 9C | 36 | 3A |
| Octal | 131 | 316 | 240 | 71 | 0 | 26 | 23 | 234 | 66 | 72 |
| Binary | 1011001 | 11001110 | 10100000 | 111001 | 0 | 10110 | 10011 | 10011100 | 110110 | 111010 |
Color Harmonies of #59CEA0
Complementary color
Monochromatic Colors of #59CEA0
Black with #59CEA0
Text Example
Text Example
White with #59CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEA0; }
p { color: rgb(89,206,160); }
H1.HeaderClassName
{
color: #59CEA0;
}
.AnyTagClassName
{
color: #59CEA0;
}
</style>
background-color css
<style>
a { background-color: #59CEA0; }
a { background-color: rgb(89,206,160); }
div.DivClassName
{
background-color: #59CEA0;
}
.BgClassName
{
background-color: #59CEA0;
}
</style>
border-color css
<style>
span { border-color: #59CEA0; }
span { border-color: rgb(89,206,160); }
td.TdClassName
{
border-color: #59CEA0;
}
.TagClassName
{
border-color: #59CEA0;
}
</style>