Shades of Medium Aquamarine #55E8AF
Tints of Medium Aquamarine #55E8AF
RGB
CMYK
RGB Variations
Color information
#55E8AF (or 0x55E8AF) is known color: Medium Aquamarine. HEX triplet: 55, E8 and AF. RGB value is (85,232,175). Sum of RGB (Red+Green+Blue) = 85+232+175=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #55E8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E8AF is #AA1750. Grayscale: #B5B5B5. Windows color (decimal): -11147089 or 11528277. OLE color: 11528277.
HSL color Cylindrical-coordinate representation of color #55E8AF: hue angle of 156.73º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E8AF is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 232 | 175 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.09 |
| HSL | 156.73º | 0.76% | 0.62% | - |
| HSV(B) | 156.73º | 0.63% | 0.91% | - |
| XYZ | 40.34 | 62.74 | 50.54 | - |
| YUV | 181.55 | 124.3 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 175 | 0.63 | 0 | 0.25 | 0.09 | 156.73 | 0.76 | 0.62 |
| Hex | 55 | E8 | AF | 3F | 0 | 19 | 9 | 9D | 4C | 3E |
| Octal | 125 | 350 | 257 | 77 | 0 | 31 | 11 | 235 | 114 | 76 |
| Binary | 1010101 | 11101000 | 10101111 | 111111 | 0 | 11001 | 1001 | 10011101 | 1001100 | 111110 |
Color Harmonies of #55E8AF
Complementary color
Monochromatic Colors of #55E8AF
Black with #55E8AF
Text Example
Text Example
White with #55E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E8AF; }
p { color: rgb(85,232,175); }
H1.HeaderClassName
{
color: #55E8AF;
}
.AnyTagClassName
{
color: #55E8AF;
}
</style>
background-color css
<style>
a { background-color: #55E8AF; }
a { background-color: rgb(85,232,175); }
div.DivClassName
{
background-color: #55E8AF;
}
.BgClassName
{
background-color: #55E8AF;
}
</style>
border-color css
<style>
span { border-color: #55E8AF; }
span { border-color: rgb(85,232,175); }
td.TdClassName
{
border-color: #55E8AF;
}
.TagClassName
{
border-color: #55E8AF;
}
</style>