Shades of Medium Aquamarine #59DD9B
Tints of Medium Aquamarine #59DD9B
RGB
CMYK
RGB Variations
Color information
#59DD9B (or 0x59DD9B) is known color: Medium Aquamarine. HEX triplet: 59, DD and 9B. RGB value is (89,221,155). Sum of RGB (Red+Green+Blue) = 89+221+155=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #59DD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DD9B is #A62264. Grayscale: #AEAEAE. Windows color (decimal): -10887781 or 10214745. OLE color: 10214745.
HSL color Cylindrical-coordinate representation of color #59DD9B: hue angle of 150º 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 #59DD9B is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 155 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.13 |
| HSL | 150º | 0.66% | 0.61% | - |
| HSV(B) | 150º | 0.6% | 0.87% | - |
| XYZ | 35.89 | 56.2 | 39.97 | - |
| YUV | 174.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 155 | 0.60 | 0 | 0.30 | 0.13 | 150 | 0.66 | 0.61 |
| Hex | 59 | DD | 9B | 3C | 0 | 1E | D | 96 | 42 | 3D |
| Octal | 131 | 335 | 233 | 74 | 0 | 36 | 15 | 226 | 102 | 75 |
| Binary | 1011001 | 11011101 | 10011011 | 111100 | 0 | 11110 | 1101 | 10010110 | 1000010 | 111101 |
Color Harmonies of #59DD9B
Complementary color
Monochromatic Colors of #59DD9B
Black with #59DD9B
Text Example
Text Example
White with #59DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DD9B; }
p { color: rgb(89,221,155); }
H1.HeaderClassName
{
color: #59DD9B;
}
.AnyTagClassName
{
color: #59DD9B;
}
</style>
background-color css
<style>
a { background-color: #59DD9B; }
a { background-color: rgb(89,221,155); }
div.DivClassName
{
background-color: #59DD9B;
}
.BgClassName
{
background-color: #59DD9B;
}
</style>
border-color css
<style>
span { border-color: #59DD9B; }
span { border-color: rgb(89,221,155); }
td.TdClassName
{
border-color: #59DD9B;
}
.TagClassName
{
border-color: #59DD9B;
}
</style>