Shades of Medium Aquamarine #59CA9F
Tints of Medium Aquamarine #59CA9F
RGB
CMYK
RGB Variations
Color information
#59CA9F (or 0x59CA9F) is known color: Medium Aquamarine. HEX triplet: 59, CA and 9F. RGB value is (89,202,159). Sum of RGB (Red+Green+Blue) = 89+202+159=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #59CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CA9F is #A63560. Grayscale: #A3A3A3. Windows color (decimal): -10892641 or 10472025. OLE color: 10472025.
HSL color Cylindrical-coordinate representation of color #59CA9F: hue angle of 157.17º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CA9F is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 202 | 159 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.21 |
| HSL | 157.17º | 0.52% | 0.57% | - |
| HSV(B) | 157.17º | 0.56% | 0.79% | - |
| XYZ | 31.5 | 46.87 | 40.19 | - |
| YUV | 163.31 | 125.56 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 202 | 159 | 0.56 | 0 | 0.21 | 0.21 | 157.17 | 0.52 | 0.57 |
| Hex | 59 | CA | 9F | 38 | 0 | 15 | 15 | 9D | 34 | 39 |
| Octal | 131 | 312 | 237 | 70 | 0 | 25 | 25 | 235 | 64 | 71 |
| Binary | 1011001 | 11001010 | 10011111 | 111000 | 0 | 10101 | 10101 | 10011101 | 110100 | 111001 |
Color Harmonies of #59CA9F
Complementary color
Monochromatic Colors of #59CA9F
Black with #59CA9F
Text Example
Text Example
White with #59CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CA9F; }
p { color: rgb(89,202,159); }
H1.HeaderClassName
{
color: #59CA9F;
}
.AnyTagClassName
{
color: #59CA9F;
}
</style>
background-color css
<style>
a { background-color: #59CA9F; }
a { background-color: rgb(89,202,159); }
div.DivClassName
{
background-color: #59CA9F;
}
.BgClassName
{
background-color: #59CA9F;
}
</style>
border-color css
<style>
span { border-color: #59CA9F; }
span { border-color: rgb(89,202,159); }
td.TdClassName
{
border-color: #59CA9F;
}
.TagClassName
{
border-color: #59CA9F;
}
</style>