Shades of Medium Aquamarine #55E1B2
Tints of Medium Aquamarine #55E1B2
RGB
CMYK
RGB Variations
Color information
#55E1B2 (or 0x55E1B2) is known color: Medium Aquamarine. HEX triplet: 55, E1 and B2. RGB value is (85,225,178). Sum of RGB (Red+Green+Blue) = 85+225+178=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E1B2 is #AA1E4D. Grayscale: #B1B1B1. Windows color (decimal): -11148878 or 11723093. OLE color: 11723093.
HSL color Cylindrical-coordinate representation of color #55E1B2: hue angle of 159.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E1B2 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 178 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.12 |
| HSL | 159.86º | 0.7% | 0.61% | - |
| HSV(B) | 159.86º | 0.62% | 0.88% | - |
| XYZ | 38.71 | 59 | 51.47 | - |
| YUV | 177.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 178 | 0.62 | 0 | 0.21 | 0.12 | 159.86 | 0.7 | 0.61 |
| Hex | 55 | E1 | B2 | 3E | 0 | 15 | C | A0 | 46 | 3D |
| Octal | 125 | 341 | 262 | 76 | 0 | 25 | 14 | 240 | 106 | 75 |
| Binary | 1010101 | 11100001 | 10110010 | 111110 | 0 | 10101 | 1100 | 10100000 | 1000110 | 111101 |
Color Harmonies of #55E1B2
Complementary color
Monochromatic Colors of #55E1B2
Black with #55E1B2
Text Example
Text Example
White with #55E1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E1B2; }
p { color: rgb(85,225,178); }
H1.HeaderClassName
{
color: #55E1B2;
}
.AnyTagClassName
{
color: #55E1B2;
}
</style>
background-color css
<style>
a { background-color: #55E1B2; }
a { background-color: rgb(85,225,178); }
div.DivClassName
{
background-color: #55E1B2;
}
.BgClassName
{
background-color: #55E1B2;
}
</style>
border-color css
<style>
span { border-color: #55E1B2; }
span { border-color: rgb(85,225,178); }
td.TdClassName
{
border-color: #55E1B2;
}
.TagClassName
{
border-color: #55E1B2;
}
</style>