Shades of Medium Aquamarine #55DEA0
Tints of Medium Aquamarine #55DEA0
RGB
CMYK
RGB Variations
Color information
#55DEA0 (or 0x55DEA0) is known color: Medium Aquamarine. HEX triplet: 55, DE and A0. RGB value is (85,222,160). Sum of RGB (Red+Green+Blue) = 85+222+160=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEA0 is #AA215F. Grayscale: #AEAEAE. Windows color (decimal): -11149664 or 10542677. OLE color: 10542677.
HSL color Cylindrical-coordinate representation of color #55DEA0: hue angle of 152.85º 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 #55DEA0 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 160 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.13 |
| HSL | 152.85º | 0.67% | 0.6% | - |
| HSV(B) | 152.85º | 0.62% | 0.87% | - |
| XYZ | 36.21 | 56.71 | 42.3 | - |
| YUV | 173.97 | 120.11 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 160 | 0.62 | 0 | 0.28 | 0.13 | 152.85 | 0.67 | 0.6 |
| Hex | 55 | DE | A0 | 3E | 0 | 1C | D | 99 | 43 | 3C |
| Octal | 125 | 336 | 240 | 76 | 0 | 34 | 15 | 231 | 103 | 74 |
| Binary | 1010101 | 11011110 | 10100000 | 111110 | 0 | 11100 | 1101 | 10011001 | 1000011 | 111100 |
Color Harmonies of #55DEA0
Complementary color
Monochromatic Colors of #55DEA0
Black with #55DEA0
Text Example
Text Example
White with #55DEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEA0; }
p { color: rgb(85,222,160); }
H1.HeaderClassName
{
color: #55DEA0;
}
.AnyTagClassName
{
color: #55DEA0;
}
</style>
background-color css
<style>
a { background-color: #55DEA0; }
a { background-color: rgb(85,222,160); }
div.DivClassName
{
background-color: #55DEA0;
}
.BgClassName
{
background-color: #55DEA0;
}
</style>
border-color css
<style>
span { border-color: #55DEA0; }
span { border-color: rgb(85,222,160); }
td.TdClassName
{
border-color: #55DEA0;
}
.TagClassName
{
border-color: #55DEA0;
}
</style>