Shades of Medium Aquamarine #59C8B5
Tints of Medium Aquamarine #59C8B5
RGB
CMYK
RGB Variations
Color information
#59C8B5 (or 0x59C8B5) is known color: Medium Aquamarine. HEX triplet: 59, C8 and B5. RGB value is (89,200,181). Sum of RGB (Red+Green+Blue) = 89+200+181=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #59C8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C8B5 is #A6374A. Grayscale: #A4A4A4. Windows color (decimal): -10893131 or 11913305. OLE color: 11913305.
HSL color Cylindrical-coordinate representation of color #59C8B5: hue angle of 169.73º 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 #59C8B5 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 200 | 181 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.22 |
| HSL | 169.73º | 0.5% | 0.57% | - |
| HSV(B) | 169.73º | 0.56% | 0.78% | - |
| XYZ | 33.11 | 46.77 | 51 | - |
| YUV | 164.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 200 | 181 | 0.56 | 0 | 0.09 | 0.22 | 169.73 | 0.5 | 0.57 |
| Hex | 59 | C8 | B5 | 38 | 0 | 9 | 16 | AA | 32 | 39 |
| Octal | 131 | 310 | 265 | 70 | 0 | 11 | 26 | 252 | 62 | 71 |
| Binary | 1011001 | 11001000 | 10110101 | 111000 | 0 | 1001 | 10110 | 10101010 | 110010 | 111001 |
Color Harmonies of #59C8B5
Complementary color
Monochromatic Colors of #59C8B5
Black with #59C8B5
Text Example
Text Example
White with #59C8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C8B5; }
p { color: rgb(89,200,181); }
H1.HeaderClassName
{
color: #59C8B5;
}
.AnyTagClassName
{
color: #59C8B5;
}
</style>
background-color css
<style>
a { background-color: #59C8B5; }
a { background-color: rgb(89,200,181); }
div.DivClassName
{
background-color: #59C8B5;
}
.BgClassName
{
background-color: #59C8B5;
}
</style>
border-color css
<style>
span { border-color: #59C8B5; }
span { border-color: rgb(89,200,181); }
td.TdClassName
{
border-color: #59C8B5;
}
.TagClassName
{
border-color: #59C8B5;
}
</style>