Shades of Medium Aquamarine #59DDB3
Tints of Medium Aquamarine #59DDB3
RGB
CMYK
RGB Variations
Color information
#59DDB3 (or 0x59DDB3) is known color: Medium Aquamarine. HEX triplet: 59, DD and B3. RGB value is (89,221,179). Sum of RGB (Red+Green+Blue) = 89+221+179=489 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.20% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDB3 is #A6224C. Grayscale: #B0B0B0. Windows color (decimal): -10887757 or 11787609. OLE color: 11787609.
HSL color Cylindrical-coordinate representation of color #59DDB3: hue angle of 160.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DDB3 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 179 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.13 |
| HSL | 160.91º | 0.66% | 0.61% | - |
| HSV(B) | 160.91º | 0.6% | 0.87% | - |
| XYZ | 38.11 | 57.09 | 51.66 | - |
| YUV | 176.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 179 | 0.60 | 0 | 0.19 | 0.13 | 160.91 | 0.66 | 0.61 |
| Hex | 59 | DD | B3 | 3C | 0 | 13 | D | A1 | 42 | 3D |
| Octal | 131 | 335 | 263 | 74 | 0 | 23 | 15 | 241 | 102 | 75 |
| Binary | 1011001 | 11011101 | 10110011 | 111100 | 0 | 10011 | 1101 | 10100001 | 1000010 | 111101 |
Color Harmonies of #59DDB3
Complementary color
Monochromatic Colors of #59DDB3
Black with #59DDB3
Text Example
Text Example
White with #59DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDB3; }
p { color: rgb(89,221,179); }
H1.HeaderClassName
{
color: #59DDB3;
}
.AnyTagClassName
{
color: #59DDB3;
}
</style>
background-color css
<style>
a { background-color: #59DDB3; }
a { background-color: rgb(89,221,179); }
div.DivClassName
{
background-color: #59DDB3;
}
.BgClassName
{
background-color: #59DDB3;
}
</style>
border-color css
<style>
span { border-color: #59DDB3; }
span { border-color: rgb(89,221,179); }
td.TdClassName
{
border-color: #59DDB3;
}
.TagClassName
{
border-color: #59DDB3;
}
</style>