Shades of Medium Aquamarine #55DEA8
Tints of Medium Aquamarine #55DEA8
RGB
CMYK
RGB Variations
Color information
#55DEA8 (or 0x55DEA8) is known color: Medium Aquamarine. HEX triplet: 55, DE and A8. RGB value is (85,222,168). Sum of RGB (Red+Green+Blue) = 85+222+168=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEA8 is #AA2157. Grayscale: #AEAEAE. Windows color (decimal): -11149656 or 11066965. OLE color: 11066965.
HSL color Cylindrical-coordinate representation of color #55DEA8: hue angle of 156.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DEA8 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 168 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.13 |
| HSL | 156.35º | 0.67% | 0.6% | - |
| HSV(B) | 156.35º | 0.62% | 0.87% | - |
| XYZ | 36.94 | 57 | 46.1 | - |
| YUV | 174.88 | 124.11 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 168 | 0.62 | 0 | 0.24 | 0.13 | 156.35 | 0.67 | 0.6 |
| Hex | 55 | DE | A8 | 3E | 0 | 18 | D | 9C | 43 | 3C |
| Octal | 125 | 336 | 250 | 76 | 0 | 30 | 15 | 234 | 103 | 74 |
| Binary | 1010101 | 11011110 | 10101000 | 111110 | 0 | 11000 | 1101 | 10011100 | 1000011 | 111100 |
Color Harmonies of #55DEA8
Complementary color
Monochromatic Colors of #55DEA8
Black with #55DEA8
Text Example
Text Example
White with #55DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEA8; }
p { color: rgb(85,222,168); }
H1.HeaderClassName
{
color: #55DEA8;
}
.AnyTagClassName
{
color: #55DEA8;
}
</style>
background-color css
<style>
a { background-color: #55DEA8; }
a { background-color: rgb(85,222,168); }
div.DivClassName
{
background-color: #55DEA8;
}
.BgClassName
{
background-color: #55DEA8;
}
</style>
border-color css
<style>
span { border-color: #55DEA8; }
span { border-color: rgb(85,222,168); }
td.TdClassName
{
border-color: #55DEA8;
}
.TagClassName
{
border-color: #55DEA8;
}
</style>