Shades of Medium Aquamarine #59DCB4
Tints of Medium Aquamarine #59DCB4
RGB
CMYK
RGB Variations
Color information
#59DCB4 (or 0x59DCB4) is known color: Medium Aquamarine. HEX triplet: 59, DC and B4. RGB value is (89,220,180). Sum of RGB (Red+Green+Blue) = 89+220+180=489 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.20% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCB4 is #A6234B. Grayscale: #B0B0B0. Windows color (decimal): -10888012 or 11852889. OLE color: 11852889.
HSL color Cylindrical-coordinate representation of color #59DCB4: hue angle of 161.68º 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 #59DCB4 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 180 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.14 |
| HSL | 161.68º | 0.65% | 0.61% | - |
| HSV(B) | 161.68º | 0.6% | 0.86% | - |
| XYZ | 37.95 | 56.61 | 52.11 | - |
| YUV | 176.27 | 130.1 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 180 | 0.60 | 0 | 0.18 | 0.14 | 161.68 | 0.65 | 0.61 |
| Hex | 59 | DC | B4 | 3C | 0 | 12 | E | A2 | 41 | 3D |
| Octal | 131 | 334 | 264 | 74 | 0 | 22 | 16 | 242 | 101 | 75 |
| Binary | 1011001 | 11011100 | 10110100 | 111100 | 0 | 10010 | 1110 | 10100010 | 1000001 | 111101 |
Color Harmonies of #59DCB4
Complementary color
Monochromatic Colors of #59DCB4
Black with #59DCB4
Text Example
Text Example
White with #59DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCB4; }
p { color: rgb(89,220,180); }
H1.HeaderClassName
{
color: #59DCB4;
}
.AnyTagClassName
{
color: #59DCB4;
}
</style>
background-color css
<style>
a { background-color: #59DCB4; }
a { background-color: rgb(89,220,180); }
div.DivClassName
{
background-color: #59DCB4;
}
.BgClassName
{
background-color: #59DCB4;
}
</style>
border-color css
<style>
span { border-color: #59DCB4; }
span { border-color: rgb(89,220,180); }
td.TdClassName
{
border-color: #59DCB4;
}
.TagClassName
{
border-color: #59DCB4;
}
</style>