Shades of Medium Aquamarine #55E4B3
Tints of Medium Aquamarine #55E4B3
RGB
CMYK
RGB Variations
Color information
#55E4B3 (or 0x55E4B3) is known color: Medium Aquamarine. HEX triplet: 55, E4 and B3. RGB value is (85,228,179). Sum of RGB (Red+Green+Blue) = 85+228+179=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #55E4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E4B3 is #AA1B4C. Grayscale: #B3B3B3. Windows color (decimal): -11148109 or 11789397. OLE color: 11789397.
HSL color Cylindrical-coordinate representation of color #55E4B3: hue angle of 159.44º degrees, saturation: 0.73, 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 #55E4B3 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 228 | 179 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.11 |
| HSL | 159.44º | 0.73% | 0.61% | - |
| HSV(B) | 159.44º | 0.63% | 0.89% | - |
| XYZ | 39.63 | 60.67 | 52.27 | - |
| YUV | 179.66 | 127.62 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 228 | 179 | 0.63 | 0 | 0.21 | 0.11 | 159.44 | 0.73 | 0.61 |
| Hex | 55 | E4 | B3 | 3F | 0 | 15 | B | 9F | 49 | 3D |
| Octal | 125 | 344 | 263 | 77 | 0 | 25 | 13 | 237 | 111 | 75 |
| Binary | 1010101 | 11100100 | 10110011 | 111111 | 0 | 10101 | 1011 | 10011111 | 1001001 | 111101 |
Color Harmonies of #55E4B3
Complementary color
Monochromatic Colors of #55E4B3
Black with #55E4B3
Text Example
Text Example
White with #55E4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E4B3; }
p { color: rgb(85,228,179); }
H1.HeaderClassName
{
color: #55E4B3;
}
.AnyTagClassName
{
color: #55E4B3;
}
</style>
background-color css
<style>
a { background-color: #55E4B3; }
a { background-color: rgb(85,228,179); }
div.DivClassName
{
background-color: #55E4B3;
}
.BgClassName
{
background-color: #55E4B3;
}
</style>
border-color css
<style>
span { border-color: #55E4B3; }
span { border-color: rgb(85,228,179); }
td.TdClassName
{
border-color: #55E4B3;
}
.TagClassName
{
border-color: #55E4B3;
}
</style>