Shades of Medium Aquamarine #55DBAB
Tints of Medium Aquamarine #55DBAB
RGB
CMYK
RGB Variations
Color information
#55DBAB (or 0x55DBAB) is known color: Medium Aquamarine. HEX triplet: 55, DB and AB. RGB value is (85,219,171). Sum of RGB (Red+Green+Blue) = 85+219+171=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DBAB is #AA2454. Grayscale: #ADADAD. Windows color (decimal): -11150421 or 11262805. OLE color: 11262805.
HSL color Cylindrical-coordinate representation of color #55DBAB: hue angle of 158.51º 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 #55DBAB is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 171 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.14 |
| HSL | 158.51º | 0.65% | 0.6% | - |
| HSV(B) | 158.51º | 0.61% | 0.86% | - |
| XYZ | 36.43 | 55.53 | 47.33 | - |
| YUV | 173.46 | 126.61 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 171 | 0.61 | 0 | 0.22 | 0.14 | 158.51 | 0.65 | 0.6 |
| Hex | 55 | DB | AB | 3D | 0 | 16 | E | 9F | 41 | 3C |
| Octal | 125 | 333 | 253 | 75 | 0 | 26 | 16 | 237 | 101 | 74 |
| Binary | 1010101 | 11011011 | 10101011 | 111101 | 0 | 10110 | 1110 | 10011111 | 1000001 | 111100 |
Color Harmonies of #55DBAB
Complementary color
Monochromatic Colors of #55DBAB
Black with #55DBAB
Text Example
Text Example
White with #55DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBAB; }
p { color: rgb(85,219,171); }
H1.HeaderClassName
{
color: #55DBAB;
}
.AnyTagClassName
{
color: #55DBAB;
}
</style>
background-color css
<style>
a { background-color: #55DBAB; }
a { background-color: rgb(85,219,171); }
div.DivClassName
{
background-color: #55DBAB;
}
.BgClassName
{
background-color: #55DBAB;
}
</style>
border-color css
<style>
span { border-color: #55DBAB; }
span { border-color: rgb(85,219,171); }
td.TdClassName
{
border-color: #55DBAB;
}
.TagClassName
{
border-color: #55DBAB;
}
</style>