Shades of Medium Aquamarine #59DCB6
Tints of Medium Aquamarine #59DCB6
RGB
CMYK
RGB Variations
Color information
#59DCB6 (or 0x59DCB6) is known color: Medium Aquamarine. HEX triplet: 59, DC and B6. RGB value is (89,220,182). Sum of RGB (Red+Green+Blue) = 89+220+182=491 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.13% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCB6 is #A62349. Grayscale: #B0B0B0. Windows color (decimal): -10888010 or 11983961. OLE color: 11983961.
HSL color Cylindrical-coordinate representation of color #59DCB6: hue angle of 162.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DCB6 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 182 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.14 |
| HSL | 162.6º | 0.65% | 0.61% | - |
| HSV(B) | 162.6º | 0.6% | 0.86% | - |
| XYZ | 38.16 | 56.69 | 53.19 | - |
| YUV | 176.5 | 131.1 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 182 | 0.60 | 0 | 0.17 | 0.14 | 162.6 | 0.65 | 0.61 |
| Hex | 59 | DC | B6 | 3C | 0 | 11 | E | A3 | 41 | 3D |
| Octal | 131 | 334 | 266 | 74 | 0 | 21 | 16 | 243 | 101 | 75 |
| Binary | 1011001 | 11011100 | 10110110 | 111100 | 0 | 10001 | 1110 | 10100011 | 1000001 | 111101 |
Color Harmonies of #59DCB6
Complementary color
Monochromatic Colors of #59DCB6
Black with #59DCB6
Text Example
Text Example
White with #59DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCB6; }
p { color: rgb(89,220,182); }
H1.HeaderClassName
{
color: #59DCB6;
}
.AnyTagClassName
{
color: #59DCB6;
}
</style>
background-color css
<style>
a { background-color: #59DCB6; }
a { background-color: rgb(89,220,182); }
div.DivClassName
{
background-color: #59DCB6;
}
.BgClassName
{
background-color: #59DCB6;
}
</style>
border-color css
<style>
span { border-color: #59DCB6; }
span { border-color: rgb(89,220,182); }
td.TdClassName
{
border-color: #59DCB6;
}
.TagClassName
{
border-color: #59DCB6;
}
</style>