Shades of Medium Aquamarine #59ECB0
Tints of Medium Aquamarine #59ECB0
RGB
CMYK
RGB Variations
Color information
#59ECB0 (or 0x59ECB0) is known color: Medium Aquamarine. HEX triplet: 59, EC and B0. RGB value is (89,236,176). Sum of RGB (Red+Green+Blue) = 89+236+176=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #59ECB0 is #A6134F. Grayscale: #B9B9B9. Windows color (decimal): -10883920 or 11594841. OLE color: 11594841.
HSL color Cylindrical-coordinate representation of color #59ECB0: hue angle of 155.51º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ECB0 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 176 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.07 |
| HSL | 155.51º | 0.79% | 0.64% | - |
| HSV(B) | 155.51º | 0.62% | 0.93% | - |
| XYZ | 41.95 | 65.25 | 51.46 | - |
| YUV | 185.21 | 122.8 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 176 | 0.62 | 0 | 0.25 | 0.07 | 155.51 | 0.79 | 0.64 |
| Hex | 59 | EC | B0 | 3E | 0 | 19 | 7 | 9C | 4F | 40 |
| Octal | 131 | 354 | 260 | 76 | 0 | 31 | 7 | 234 | 117 | 100 |
| Binary | 1011001 | 11101100 | 10110000 | 111110 | 0 | 11001 | 111 | 10011100 | 1001111 | 1000000 |
Color Harmonies of #59ECB0
Complementary color
Monochromatic Colors of #59ECB0
Black with #59ECB0
Text Example
Text Example
White with #59ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECB0; }
p { color: rgb(89,236,176); }
H1.HeaderClassName
{
color: #59ECB0;
}
.AnyTagClassName
{
color: #59ECB0;
}
</style>
background-color css
<style>
a { background-color: #59ECB0; }
a { background-color: rgb(89,236,176); }
div.DivClassName
{
background-color: #59ECB0;
}
.BgClassName
{
background-color: #59ECB0;
}
</style>
border-color css
<style>
span { border-color: #59ECB0; }
span { border-color: rgb(89,236,176); }
td.TdClassName
{
border-color: #59ECB0;
}
.TagClassName
{
border-color: #59ECB0;
}
</style>