Shades of Medium Aquamarine #59DDAD
Tints of Medium Aquamarine #59DDAD
RGB
CMYK
RGB Variations
Color information
#59DDAD (or 0x59DDAD) is known color: Medium Aquamarine. HEX triplet: 59, DD and AD. RGB value is (89,221,173). Sum of RGB (Red+Green+Blue) = 89+221+173=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DDAD is #A62252. Grayscale: #B0B0B0. Windows color (decimal): -10887763 or 11394393. OLE color: 11394393.
HSL color Cylindrical-coordinate representation of color #59DDAD: hue angle of 158.18º 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 #59DDAD is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 173 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.13 |
| HSL | 158.18º | 0.66% | 0.61% | - |
| HSV(B) | 158.18º | 0.6% | 0.87% | - |
| XYZ | 37.52 | 56.85 | 48.53 | - |
| YUV | 176.06 | 126.27 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 173 | 0.60 | 0 | 0.22 | 0.13 | 158.18 | 0.66 | 0.61 |
| Hex | 59 | DD | AD | 3C | 0 | 16 | D | 9E | 42 | 3D |
| Octal | 131 | 335 | 255 | 74 | 0 | 26 | 15 | 236 | 102 | 75 |
| Binary | 1011001 | 11011101 | 10101101 | 111100 | 0 | 10110 | 1101 | 10011110 | 1000010 | 111101 |
Color Harmonies of #59DDAD
Complementary color
Monochromatic Colors of #59DDAD
Black with #59DDAD
Text Example
Text Example
White with #59DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDAD; }
p { color: rgb(89,221,173); }
H1.HeaderClassName
{
color: #59DDAD;
}
.AnyTagClassName
{
color: #59DDAD;
}
</style>
background-color css
<style>
a { background-color: #59DDAD; }
a { background-color: rgb(89,221,173); }
div.DivClassName
{
background-color: #59DDAD;
}
.BgClassName
{
background-color: #59DDAD;
}
</style>
border-color css
<style>
span { border-color: #59DDAD; }
span { border-color: rgb(89,221,173); }
td.TdClassName
{
border-color: #59DDAD;
}
.TagClassName
{
border-color: #59DDAD;
}
</style>