Shades of Medium Aquamarine #55E1B5
Tints of Medium Aquamarine #55E1B5
RGB
CMYK
RGB Variations
Color information
#55E1B5 (or 0x55E1B5) is known color: Medium Aquamarine. HEX triplet: 55, E1 and B5. RGB value is (85,225,181). Sum of RGB (Red+Green+Blue) = 85+225+181=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E1B5 is #AA1E4A. Grayscale: #B2B2B2. Windows color (decimal): -11148875 or 11919701. OLE color: 11919701.
HSL color Cylindrical-coordinate representation of color #55E1B5: hue angle of 161.14º 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 #55E1B5 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 181 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.12 |
| HSL | 161.14º | 0.7% | 0.61% | - |
| HSV(B) | 161.14º | 0.62% | 0.88% | - |
| XYZ | 39.01 | 59.12 | 53.07 | - |
| YUV | 178.12 | 129.62 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 181 | 0.62 | 0 | 0.20 | 0.12 | 161.14 | 0.7 | 0.61 |
| Hex | 55 | E1 | B5 | 3E | 0 | 14 | C | A1 | 46 | 3D |
| Octal | 125 | 341 | 265 | 76 | 0 | 24 | 14 | 241 | 106 | 75 |
| Binary | 1010101 | 11100001 | 10110101 | 111110 | 0 | 10100 | 1100 | 10100001 | 1000110 | 111101 |
Color Harmonies of #55E1B5
Complementary color
Monochromatic Colors of #55E1B5
Black with #55E1B5
Text Example
Text Example
White with #55E1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E1B5; }
p { color: rgb(85,225,181); }
H1.HeaderClassName
{
color: #55E1B5;
}
.AnyTagClassName
{
color: #55E1B5;
}
</style>
background-color css
<style>
a { background-color: #55E1B5; }
a { background-color: rgb(85,225,181); }
div.DivClassName
{
background-color: #55E1B5;
}
.BgClassName
{
background-color: #55E1B5;
}
</style>
border-color css
<style>
span { border-color: #55E1B5; }
span { border-color: rgb(85,225,181); }
td.TdClassName
{
border-color: #55E1B5;
}
.TagClassName
{
border-color: #55E1B5;
}
</style>