Shades of Medium Aquamarine #55E2B2
Tints of Medium Aquamarine #55E2B2
RGB
CMYK
RGB Variations
Color information
#55E2B2 (or 0x55E2B2) is known color: Medium Aquamarine. HEX triplet: 55, E2 and B2. RGB value is (85,226,178). Sum of RGB (Red+Green+Blue) = 85+226+178=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #55E2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E2B2 is #AA1D4D. Grayscale: #B2B2B2. Windows color (decimal): -11148622 or 11723349. OLE color: 11723349.
HSL color Cylindrical-coordinate representation of color #55E2B2: hue angle of 159.57º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E2B2 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 178 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.11 |
| HSL | 159.57º | 0.71% | 0.61% | - |
| HSV(B) | 159.57º | 0.62% | 0.89% | - |
| XYZ | 38.98 | 59.54 | 51.56 | - |
| YUV | 178.37 | 127.79 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 178 | 0.62 | 0 | 0.21 | 0.11 | 159.57 | 0.71 | 0.61 |
| Hex | 55 | E2 | B2 | 3E | 0 | 15 | B | A0 | 47 | 3D |
| Octal | 125 | 342 | 262 | 76 | 0 | 25 | 13 | 240 | 107 | 75 |
| Binary | 1010101 | 11100010 | 10110010 | 111110 | 0 | 10101 | 1011 | 10100000 | 1000111 | 111101 |
Color Harmonies of #55E2B2
Complementary color
Monochromatic Colors of #55E2B2
Black with #55E2B2
Text Example
Text Example
White with #55E2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E2B2; }
p { color: rgb(85,226,178); }
H1.HeaderClassName
{
color: #55E2B2;
}
.AnyTagClassName
{
color: #55E2B2;
}
</style>
background-color css
<style>
a { background-color: #55E2B2; }
a { background-color: rgb(85,226,178); }
div.DivClassName
{
background-color: #55E2B2;
}
.BgClassName
{
background-color: #55E2B2;
}
</style>
border-color css
<style>
span { border-color: #55E2B2; }
span { border-color: rgb(85,226,178); }
td.TdClassName
{
border-color: #55E2B2;
}
.TagClassName
{
border-color: #55E2B2;
}
</style>