Shades of Medium Aquamarine #55DBA8
Tints of Medium Aquamarine #55DBA8
RGB
CMYK
RGB Variations
Color information
#55DBA8 (or 0x55DBA8) is known color: Medium Aquamarine. HEX triplet: 55, DB and A8. RGB value is (85,219,168). Sum of RGB (Red+Green+Blue) = 85+219+168=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DBA8 is #AA2457. Grayscale: #ADADAD. Windows color (decimal): -11150424 or 11066197. OLE color: 11066197.
HSL color Cylindrical-coordinate representation of color #55DBA8: hue angle of 157.16º 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 #55DBA8 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 168 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.14 |
| HSL | 157.16º | 0.65% | 0.6% | - |
| HSV(B) | 157.16º | 0.61% | 0.86% | - |
| XYZ | 36.15 | 55.42 | 45.84 | - |
| YUV | 173.12 | 125.11 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 168 | 0.61 | 0 | 0.23 | 0.14 | 157.16 | 0.65 | 0.6 |
| Hex | 55 | DB | A8 | 3D | 0 | 17 | E | 9D | 41 | 3C |
| Octal | 125 | 333 | 250 | 75 | 0 | 27 | 16 | 235 | 101 | 74 |
| Binary | 1010101 | 11011011 | 10101000 | 111101 | 0 | 10111 | 1110 | 10011101 | 1000001 | 111100 |
Color Harmonies of #55DBA8
Complementary color
Monochromatic Colors of #55DBA8
Black with #55DBA8
Text Example
Text Example
White with #55DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBA8; }
p { color: rgb(85,219,168); }
H1.HeaderClassName
{
color: #55DBA8;
}
.AnyTagClassName
{
color: #55DBA8;
}
</style>
background-color css
<style>
a { background-color: #55DBA8; }
a { background-color: rgb(85,219,168); }
div.DivClassName
{
background-color: #55DBA8;
}
.BgClassName
{
background-color: #55DBA8;
}
</style>
border-color css
<style>
span { border-color: #55DBA8; }
span { border-color: rgb(85,219,168); }
td.TdClassName
{
border-color: #55DBA8;
}
.TagClassName
{
border-color: #55DBA8;
}
</style>