Shades of Medium Aquamarine #59DDB6
Tints of Medium Aquamarine #59DDB6
RGB
CMYK
RGB Variations
Color information
#59DDB6 (or 0x59DDB6) is known color: Medium Aquamarine. HEX triplet: 59, DD and B6. RGB value is (89,221,182). Sum of RGB (Red+Green+Blue) = 89+221+182=492 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.09% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDB6 is #A62249. Grayscale: #B1B1B1. Windows color (decimal): -10887754 or 11984217. OLE color: 11984217.
HSL color Cylindrical-coordinate representation of color #59DDB6: hue angle of 162.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DDB6 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 182 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.13 |
| HSL | 162.27º | 0.66% | 0.61% | - |
| HSV(B) | 162.27º | 0.6% | 0.87% | - |
| XYZ | 38.42 | 57.21 | 53.27 | - |
| YUV | 177.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 182 | 0.60 | 0 | 0.18 | 0.13 | 162.27 | 0.66 | 0.61 |
| Hex | 59 | DD | B6 | 3C | 0 | 12 | D | A2 | 42 | 3D |
| Octal | 131 | 335 | 266 | 74 | 0 | 22 | 15 | 242 | 102 | 75 |
| Binary | 1011001 | 11011101 | 10110110 | 111100 | 0 | 10010 | 1101 | 10100010 | 1000010 | 111101 |
Color Harmonies of #59DDB6
Complementary color
Monochromatic Colors of #59DDB6
Black with #59DDB6
Text Example
Text Example
White with #59DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDB6; }
p { color: rgb(89,221,182); }
H1.HeaderClassName
{
color: #59DDB6;
}
.AnyTagClassName
{
color: #59DDB6;
}
</style>
background-color css
<style>
a { background-color: #59DDB6; }
a { background-color: rgb(89,221,182); }
div.DivClassName
{
background-color: #59DDB6;
}
.BgClassName
{
background-color: #59DDB6;
}
</style>
border-color css
<style>
span { border-color: #59DDB6; }
span { border-color: rgb(89,221,182); }
td.TdClassName
{
border-color: #59DDB6;
}
.TagClassName
{
border-color: #59DDB6;
}
</style>