Shades of Medium Aquamarine #59D2B5
Tints of Medium Aquamarine #59D2B5
RGB
CMYK
RGB Variations
Color information
#59D2B5 (or 0x59D2B5) is known color: Medium Aquamarine. HEX triplet: 59, D2 and B5. RGB value is (89,210,181). Sum of RGB (Red+Green+Blue) = 89+210+181=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #59D2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D2B5 is #A62D4A. Grayscale: #AAAAAA. Windows color (decimal): -10890571 or 11915865. OLE color: 11915865.
HSL color Cylindrical-coordinate representation of color #59D2B5: hue angle of 165.62º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D2B5 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 210 | 181 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.18 |
| HSL | 165.62º | 0.57% | 0.59% | - |
| HSV(B) | 165.62º | 0.58% | 0.82% | - |
| XYZ | 35.51 | 51.55 | 51.8 | - |
| YUV | 170.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 210 | 181 | 0.58 | 0 | 0.14 | 0.18 | 165.62 | 0.57 | 0.59 |
| Hex | 59 | D2 | B5 | 3A | 0 | E | 12 | A6 | 39 | 3B |
| Octal | 131 | 322 | 265 | 72 | 0 | 16 | 22 | 246 | 71 | 73 |
| Binary | 1011001 | 11010010 | 10110101 | 111010 | 0 | 1110 | 10010 | 10100110 | 111001 | 111011 |
Color Harmonies of #59D2B5
Complementary color
Monochromatic Colors of #59D2B5
Black with #59D2B5
Text Example
Text Example
White with #59D2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D2B5; }
p { color: rgb(89,210,181); }
H1.HeaderClassName
{
color: #59D2B5;
}
.AnyTagClassName
{
color: #59D2B5;
}
</style>
background-color css
<style>
a { background-color: #59D2B5; }
a { background-color: rgb(89,210,181); }
div.DivClassName
{
background-color: #59D2B5;
}
.BgClassName
{
background-color: #59D2B5;
}
</style>
border-color css
<style>
span { border-color: #59D2B5; }
span { border-color: rgb(89,210,181); }
td.TdClassName
{
border-color: #59D2B5;
}
.TagClassName
{
border-color: #59D2B5;
}
</style>