Shades of Medium Aquamarine #59C8A8
Tints of Medium Aquamarine #59C8A8
RGB
CMYK
RGB Variations
Color information
#59C8A8 (or 0x59C8A8) is known color: Medium Aquamarine. HEX triplet: 59, C8 and A8. RGB value is (89,200,168). Sum of RGB (Red+Green+Blue) = 89+200+168=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #59C8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C8A8 is #A63757. Grayscale: #A3A3A3. Windows color (decimal): -10893144 or 11061337. OLE color: 11061337.
HSL color Cylindrical-coordinate representation of color #59C8A8: hue angle of 162.7º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C8A8 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 200 | 168 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.22 |
| HSL | 162.7º | 0.5% | 0.57% | - |
| HSV(B) | 162.7º | 0.56% | 0.78% | - |
| XYZ | 31.84 | 46.26 | 44.3 | - |
| YUV | 163.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 200 | 168 | 0.56 | 0 | 0.16 | 0.22 | 162.7 | 0.5 | 0.57 |
| Hex | 59 | C8 | A8 | 38 | 0 | 10 | 16 | A3 | 32 | 39 |
| Octal | 131 | 310 | 250 | 70 | 0 | 20 | 26 | 243 | 62 | 71 |
| Binary | 1011001 | 11001000 | 10101000 | 111000 | 0 | 10000 | 10110 | 10100011 | 110010 | 111001 |
Color Harmonies of #59C8A8
Complementary color
Monochromatic Colors of #59C8A8
Black with #59C8A8
Text Example
Text Example
White with #59C8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C8A8; }
p { color: rgb(89,200,168); }
H1.HeaderClassName
{
color: #59C8A8;
}
.AnyTagClassName
{
color: #59C8A8;
}
</style>
background-color css
<style>
a { background-color: #59C8A8; }
a { background-color: rgb(89,200,168); }
div.DivClassName
{
background-color: #59C8A8;
}
.BgClassName
{
background-color: #59C8A8;
}
</style>
border-color css
<style>
span { border-color: #59C8A8; }
span { border-color: rgb(89,200,168); }
td.TdClassName
{
border-color: #59C8A8;
}
.TagClassName
{
border-color: #59C8A8;
}
</style>