Shades of Medium Aquamarine #59CCB0
Tints of Medium Aquamarine #59CCB0
RGB
CMYK
RGB Variations
Color information
#59CCB0 (or 0x59CCB0) is known color: Medium Aquamarine. HEX triplet: 59, CC and B0. RGB value is (89,204,176). Sum of RGB (Red+Green+Blue) = 89+204+176=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #59CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CCB0 is #A6334F. Grayscale: #A6A6A6. Windows color (decimal): -10892112 or 11586649. OLE color: 11586649.
HSL color Cylindrical-coordinate representation of color #59CCB0: hue angle of 165.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CCB0 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 204 | 176 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.2 |
| HSL | 165.39º | 0.53% | 0.57% | - |
| HSV(B) | 165.39º | 0.56% | 0.8% | - |
| XYZ | 33.55 | 48.44 | 48.66 | - |
| YUV | 166.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 204 | 176 | 0.56 | 0 | 0.14 | 0.2 | 165.39 | 0.53 | 0.57 |
| Hex | 59 | CC | B0 | 38 | 0 | E | 14 | A5 | 35 | 39 |
| Octal | 131 | 314 | 260 | 70 | 0 | 16 | 24 | 245 | 65 | 71 |
| Binary | 1011001 | 11001100 | 10110000 | 111000 | 0 | 1110 | 10100 | 10100101 | 110101 | 111001 |
Color Harmonies of #59CCB0
Complementary color
Monochromatic Colors of #59CCB0
Black with #59CCB0
Text Example
Text Example
White with #59CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CCB0; }
p { color: rgb(89,204,176); }
H1.HeaderClassName
{
color: #59CCB0;
}
.AnyTagClassName
{
color: #59CCB0;
}
</style>
background-color css
<style>
a { background-color: #59CCB0; }
a { background-color: rgb(89,204,176); }
div.DivClassName
{
background-color: #59CCB0;
}
.BgClassName
{
background-color: #59CCB0;
}
</style>
border-color css
<style>
span { border-color: #59CCB0; }
span { border-color: rgb(89,204,176); }
td.TdClassName
{
border-color: #59CCB0;
}
.TagClassName
{
border-color: #59CCB0;
}
</style>