Shades of Medium Aquamarine #59DDA5
Tints of Medium Aquamarine #59DDA5
RGB
CMYK
RGB Variations
Color information
#59DDA5 (or 0x59DDA5) is known color: Medium Aquamarine. HEX triplet: 59, DD and A5. RGB value is (89,221,165). Sum of RGB (Red+Green+Blue) = 89+221+165=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DDA5 is #A6225A. Grayscale: #AFAFAF. Windows color (decimal): -10887771 or 10870105. OLE color: 10870105.
HSL color Cylindrical-coordinate representation of color #59DDA5: hue angle of 154.55º 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 #59DDA5 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 165 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.13 |
| HSL | 154.55º | 0.66% | 0.61% | - |
| HSV(B) | 154.55º | 0.6% | 0.87% | - |
| XYZ | 36.77 | 56.55 | 44.58 | - |
| YUV | 175.15 | 122.27 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 165 | 0.60 | 0 | 0.25 | 0.13 | 154.55 | 0.66 | 0.61 |
| Hex | 59 | DD | A5 | 3C | 0 | 19 | D | 9B | 42 | 3D |
| Octal | 131 | 335 | 245 | 74 | 0 | 31 | 15 | 233 | 102 | 75 |
| Binary | 1011001 | 11011101 | 10100101 | 111100 | 0 | 11001 | 1101 | 10011011 | 1000010 | 111101 |
Color Harmonies of #59DDA5
Complementary color
Monochromatic Colors of #59DDA5
Black with #59DDA5
Text Example
Text Example
White with #59DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDA5; }
p { color: rgb(89,221,165); }
H1.HeaderClassName
{
color: #59DDA5;
}
.AnyTagClassName
{
color: #59DDA5;
}
</style>
background-color css
<style>
a { background-color: #59DDA5; }
a { background-color: rgb(89,221,165); }
div.DivClassName
{
background-color: #59DDA5;
}
.BgClassName
{
background-color: #59DDA5;
}
</style>
border-color css
<style>
span { border-color: #59DDA5; }
span { border-color: rgb(89,221,165); }
td.TdClassName
{
border-color: #59DDA5;
}
.TagClassName
{
border-color: #59DDA5;
}
</style>