Shades of Medium Aquamarine #59C8AF
Tints of Medium Aquamarine #59C8AF
RGB
CMYK
RGB Variations
Color information
#59C8AF (or 0x59C8AF) is known color: Medium Aquamarine. HEX triplet: 59, C8 and AF. RGB value is (89,200,175). Sum of RGB (Red+Green+Blue) = 89+200+175=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #59C8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C8AF is #A63750. Grayscale: #A3A3A3. Windows color (decimal): -10893137 or 11520089. OLE color: 11520089.
HSL color Cylindrical-coordinate representation of color #59C8AF: hue angle of 166.49º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C8AF is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 200 | 175 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.22 |
| HSL | 166.49º | 0.5% | 0.57% | - |
| HSV(B) | 166.49º | 0.56% | 0.78% | - |
| XYZ | 32.51 | 46.53 | 47.82 | - |
| YUV | 163.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 200 | 175 | 0.56 | 0 | 0.12 | 0.22 | 166.49 | 0.5 | 0.57 |
| Hex | 59 | C8 | AF | 38 | 0 | C | 16 | A6 | 32 | 39 |
| Octal | 131 | 310 | 257 | 70 | 0 | 14 | 26 | 246 | 62 | 71 |
| Binary | 1011001 | 11001000 | 10101111 | 111000 | 0 | 1100 | 10110 | 10100110 | 110010 | 111001 |
Color Harmonies of #59C8AF
Complementary color
Monochromatic Colors of #59C8AF
Black with #59C8AF
Text Example
Text Example
White with #59C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C8AF; }
p { color: rgb(89,200,175); }
H1.HeaderClassName
{
color: #59C8AF;
}
.AnyTagClassName
{
color: #59C8AF;
}
</style>
background-color css
<style>
a { background-color: #59C8AF; }
a { background-color: rgb(89,200,175); }
div.DivClassName
{
background-color: #59C8AF;
}
.BgClassName
{
background-color: #59C8AF;
}
</style>
border-color css
<style>
span { border-color: #59C8AF; }
span { border-color: rgb(89,200,175); }
td.TdClassName
{
border-color: #59C8AF;
}
.TagClassName
{
border-color: #59C8AF;
}
</style>