Shades of Medium Aquamarine #55E2B5
Tints of Medium Aquamarine #55E2B5
RGB
CMYK
RGB Variations
Color information
#55E2B5 (or 0x55E2B5) is known color: Medium Aquamarine. HEX triplet: 55, E2 and B5. RGB value is (85,226,181). Sum of RGB (Red+Green+Blue) = 85+226+181=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #55E2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E2B5 is #AA1D4A. Grayscale: #B2B2B2. Windows color (decimal): -11148619 or 11919957. OLE color: 11919957.
HSL color Cylindrical-coordinate representation of color #55E2B5: hue angle of 160.85º 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 #55E2B5 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
RGB | 85 | 226 | 181 | - |
CMYK | 0.62 | 0 | 0.20 | 0.11 |
HSL | 160.85º | 0.71% | 0.61% | - |
HSV(B) | 160.85º | 0.62% | 0.89% | - |
XYZ | 39.28 | 59.66 | 53.16 | - |
YUV | 178.71 | 129.29 | 61.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 226 | 181 | 0.62 | 0 | 0.20 | 0.11 | 160.85 | 0.71 | 0.61 |
Hex | 55 | E2 | B5 | 3E | 0 | 14 | B | A1 | 47 | 3D |
Octal | 125 | 342 | 265 | 76 | 0 | 24 | 13 | 241 | 107 | 75 |
Binary | 1010101 | 11100010 | 10110101 | 111110 | 0 | 10100 | 1011 | 10100001 | 1000111 | 111101 |
Color Harmonies of #55E2B5
Complementary color
Monochromatic Colors of #55E2B5
Black with #55E2B5
Text Example
Text Example
White with #55E2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E2B5; }
p { color: rgb(85,226,181); }
H1.HeaderClassName
{
color: #55E2B5;
}
.AnyTagClassName
{
color: #55E2B5;
}
</style>
background-color css
<style>
a { background-color: #55E2B5; }
a { background-color: rgb(85,226,181); }
div.DivClassName
{
background-color: #55E2B5;
}
.BgClassName
{
background-color: #55E2B5;
}
</style>
border-color css
<style>
span { border-color: #55E2B5; }
span { border-color: rgb(85,226,181); }
td.TdClassName
{
border-color: #55E2B5;
}
.TagClassName
{
border-color: #55E2B5;
}
</style>