Shades of Medium Aquamarine #59D6AF
Tints of Medium Aquamarine #59D6AF
RGB
CMYK
RGB Variations
Color information
#59D6AF (or 0x59D6AF) is known color: Medium Aquamarine. HEX triplet: 59, D6 and AF. RGB value is (89,214,175). Sum of RGB (Red+Green+Blue) = 89+214+175=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #59D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59D6AF is #A62950. Grayscale: #ACACAC. Windows color (decimal): -10889553 or 11523673. OLE color: 11523673.
HSL color Cylindrical-coordinate representation of color #59D6AF: hue angle of 161.28º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D6AF is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 214 | 175 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.16 |
| HSL | 161.28º | 0.6% | 0.59% | - |
| HSV(B) | 161.28º | 0.58% | 0.84% | - |
| XYZ | 35.9 | 53.31 | 48.96 | - |
| YUV | 172.18 | 129.59 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 214 | 175 | 0.58 | 0 | 0.18 | 0.16 | 161.28 | 0.6 | 0.59 |
| Hex | 59 | D6 | AF | 3A | 0 | 12 | 10 | A1 | 3C | 3B |
| Octal | 131 | 326 | 257 | 72 | 0 | 22 | 20 | 241 | 74 | 73 |
| Binary | 1011001 | 11010110 | 10101111 | 111010 | 0 | 10010 | 10000 | 10100001 | 111100 | 111011 |
Color Harmonies of #59D6AF
Complementary color
Monochromatic Colors of #59D6AF
Black with #59D6AF
Text Example
Text Example
White with #59D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D6AF; }
p { color: rgb(89,214,175); }
H1.HeaderClassName
{
color: #59D6AF;
}
.AnyTagClassName
{
color: #59D6AF;
}
</style>
background-color css
<style>
a { background-color: #59D6AF; }
a { background-color: rgb(89,214,175); }
div.DivClassName
{
background-color: #59D6AF;
}
.BgClassName
{
background-color: #59D6AF;
}
</style>
border-color css
<style>
span { border-color: #59D6AF; }
span { border-color: rgb(89,214,175); }
td.TdClassName
{
border-color: #59D6AF;
}
.TagClassName
{
border-color: #59D6AF;
}
</style>