Shades of Medium Aquamarine #55DB99
Tints of Medium Aquamarine #55DB99
RGB
CMYK
RGB Variations
Color information
#55DB99 (or 0x55DB99) is known color: Medium Aquamarine. HEX triplet: 55, DB and 99. RGB value is (85,219,153). Sum of RGB (Red+Green+Blue) = 85+219+153=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DB99 is #AA2466. Grayscale: #ABABAB. Windows color (decimal): -11150439 or 10083157. OLE color: 10083157.
HSL color Cylindrical-coordinate representation of color #55DB99: hue angle of 150.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DB99 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 153 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.14 |
| HSL | 150.45º | 0.65% | 0.6% | - |
| HSV(B) | 150.45º | 0.61% | 0.86% | - |
| XYZ | 34.83 | 54.89 | 38.9 | - |
| YUV | 171.41 | 117.61 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 153 | 0.61 | 0 | 0.30 | 0.14 | 150.45 | 0.65 | 0.6 |
| Hex | 55 | DB | 99 | 3D | 0 | 1E | E | 96 | 41 | 3C |
| Octal | 125 | 333 | 231 | 75 | 0 | 36 | 16 | 226 | 101 | 74 |
| Binary | 1010101 | 11011011 | 10011001 | 111101 | 0 | 11110 | 1110 | 10010110 | 1000001 | 111100 |
Color Harmonies of #55DB99
Complementary color
Monochromatic Colors of #55DB99
Black with #55DB99
Text Example
Text Example
White with #55DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DB99; }
p { color: rgb(85,219,153); }
H1.HeaderClassName
{
color: #55DB99;
}
.AnyTagClassName
{
color: #55DB99;
}
</style>
background-color css
<style>
a { background-color: #55DB99; }
a { background-color: rgb(85,219,153); }
div.DivClassName
{
background-color: #55DB99;
}
.BgClassName
{
background-color: #55DB99;
}
</style>
border-color css
<style>
span { border-color: #55DB99; }
span { border-color: rgb(85,219,153); }
td.TdClassName
{
border-color: #55DB99;
}
.TagClassName
{
border-color: #55DB99;
}
</style>