Shades of Medium Aquamarine #55E3B5
Tints of Medium Aquamarine #55E3B5
RGB
CMYK
RGB Variations
Color information
#55E3B5 (or 0x55E3B5) is known color: Medium Aquamarine. HEX triplet: 55, E3 and B5. RGB value is (85,227,181). Sum of RGB (Red+Green+Blue) = 85+227+181=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #55E3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E3B5 is #AA1C4A. Grayscale: #B3B3B3. Windows color (decimal): -11148363 or 11920213. OLE color: 11920213.
HSL color Cylindrical-coordinate representation of color #55E3B5: hue angle of 160.56º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E3B5 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 227 | 181 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.11 |
| HSL | 160.56º | 0.72% | 0.61% | - |
| HSV(B) | 160.56º | 0.63% | 0.89% | - |
| XYZ | 39.56 | 60.21 | 53.25 | - |
| YUV | 179.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 227 | 181 | 0.63 | 0 | 0.20 | 0.11 | 160.56 | 0.72 | 0.61 |
| Hex | 55 | E3 | B5 | 3F | 0 | 14 | B | A1 | 48 | 3D |
| Octal | 125 | 343 | 265 | 77 | 0 | 24 | 13 | 241 | 110 | 75 |
| Binary | 1010101 | 11100011 | 10110101 | 111111 | 0 | 10100 | 1011 | 10100001 | 1001000 | 111101 |
Color Harmonies of #55E3B5
Complementary color
Monochromatic Colors of #55E3B5
Black with #55E3B5
Text Example
Text Example
White with #55E3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E3B5; }
p { color: rgb(85,227,181); }
H1.HeaderClassName
{
color: #55E3B5;
}
.AnyTagClassName
{
color: #55E3B5;
}
</style>
background-color css
<style>
a { background-color: #55E3B5; }
a { background-color: rgb(85,227,181); }
div.DivClassName
{
background-color: #55E3B5;
}
.BgClassName
{
background-color: #55E3B5;
}
</style>
border-color css
<style>
span { border-color: #55E3B5; }
span { border-color: rgb(85,227,181); }
td.TdClassName
{
border-color: #55E3B5;
}
.TagClassName
{
border-color: #55E3B5;
}
</style>