Shades of Medium Aquamarine #55DBB8
Tints of Medium Aquamarine #55DBB8
RGB
CMYK
RGB Variations
Color information
#55DBB8 (or 0x55DBB8) is known color: Medium Aquamarine. HEX triplet: 55, DB and B8. RGB value is (85,219,184). Sum of RGB (Red+Green+Blue) = 85+219+184=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBB8 is #AA2447. Grayscale: #AEAEAE. Windows color (decimal): -11150408 or 12114773. OLE color: 12114773.
HSL color Cylindrical-coordinate representation of color #55DBB8: hue angle of 164.33º 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 #55DBB8 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 184 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.14 |
| HSL | 164.33º | 0.65% | 0.6% | - |
| HSV(B) | 164.33º | 0.61% | 0.86% | - |
| XYZ | 37.73 | 56.06 | 54.18 | - |
| YUV | 174.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 184 | 0.61 | 0 | 0.16 | 0.14 | 164.33 | 0.65 | 0.6 |
| Hex | 55 | DB | B8 | 3D | 0 | 10 | E | A4 | 41 | 3C |
| Octal | 125 | 333 | 270 | 75 | 0 | 20 | 16 | 244 | 101 | 74 |
| Binary | 1010101 | 11011011 | 10111000 | 111101 | 0 | 10000 | 1110 | 10100100 | 1000001 | 111100 |
Color Harmonies of #55DBB8
Complementary color
Monochromatic Colors of #55DBB8
Black with #55DBB8
Text Example
Text Example
White with #55DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBB8; }
p { color: rgb(85,219,184); }
H1.HeaderClassName
{
color: #55DBB8;
}
.AnyTagClassName
{
color: #55DBB8;
}
</style>
background-color css
<style>
a { background-color: #55DBB8; }
a { background-color: rgb(85,219,184); }
div.DivClassName
{
background-color: #55DBB8;
}
.BgClassName
{
background-color: #55DBB8;
}
</style>
border-color css
<style>
span { border-color: #55DBB8; }
span { border-color: rgb(85,219,184); }
td.TdClassName
{
border-color: #55DBB8;
}
.TagClassName
{
border-color: #55DBB8;
}
</style>