Shades of Medium Aquamarine #59DDB4
Tints of Medium Aquamarine #59DDB4
RGB
CMYK
RGB Variations
Color information
#59DDB4 (or 0x59DDB4) is known color: Medium Aquamarine. HEX triplet: 59, DD and B4. RGB value is (89,221,180). Sum of RGB (Red+Green+Blue) = 89+221+180=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDB4 is #A6224B. Grayscale: #B0B0B0. Windows color (decimal): -10887756 or 11853145. OLE color: 11853145.
HSL color Cylindrical-coordinate representation of color #59DDB4: hue angle of 161.36º 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 #59DDB4 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 180 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.13 |
| HSL | 161.36º | 0.66% | 0.61% | - |
| HSV(B) | 161.36º | 0.6% | 0.87% | - |
| XYZ | 38.21 | 57.13 | 52.19 | - |
| YUV | 176.86 | 129.77 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 180 | 0.60 | 0 | 0.19 | 0.13 | 161.36 | 0.66 | 0.61 |
| Hex | 59 | DD | B4 | 3C | 0 | 13 | D | A1 | 42 | 3D |
| Octal | 131 | 335 | 264 | 74 | 0 | 23 | 15 | 241 | 102 | 75 |
| Binary | 1011001 | 11011101 | 10110100 | 111100 | 0 | 10011 | 1101 | 10100001 | 1000010 | 111101 |
Color Harmonies of #59DDB4
Complementary color
Monochromatic Colors of #59DDB4
Black with #59DDB4
Text Example
Text Example
White with #59DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDB4; }
p { color: rgb(89,221,180); }
H1.HeaderClassName
{
color: #59DDB4;
}
.AnyTagClassName
{
color: #59DDB4;
}
</style>
background-color css
<style>
a { background-color: #59DDB4; }
a { background-color: rgb(89,221,180); }
div.DivClassName
{
background-color: #59DDB4;
}
.BgClassName
{
background-color: #59DDB4;
}
</style>
border-color css
<style>
span { border-color: #59DDB4; }
span { border-color: rgb(89,221,180); }
td.TdClassName
{
border-color: #59DDB4;
}
.TagClassName
{
border-color: #59DDB4;
}
</style>