Shades of Medium Aquamarine #55E89B
Tints of Medium Aquamarine #55E89B
RGB
CMYK
RGB Variations
Color information
#55E89B (or 0x55E89B) is known color: Medium Aquamarine. HEX triplet: 55, E8 and 9B. RGB value is (85,232,155). Sum of RGB (Red+Green+Blue) = 85+232+155=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #55E89B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E89B is #AA1764. Grayscale: #B3B3B3. Windows color (decimal): -11147109 or 10217557. OLE color: 10217557.
HSL color Cylindrical-coordinate representation of color #55E89B: hue angle of 148.57º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E89B is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 232 | 155 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.09 |
| HSL | 148.57º | 0.76% | 0.62% | - |
| HSV(B) | 148.57º | 0.63% | 0.91% | - |
| XYZ | 38.52 | 62.01 | 40.95 | - |
| YUV | 179.27 | 114.3 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 155 | 0.63 | 0 | 0.33 | 0.09 | 148.57 | 0.76 | 0.62 |
| Hex | 55 | E8 | 9B | 3F | 0 | 21 | 9 | 95 | 4C | 3E |
| Octal | 125 | 350 | 233 | 77 | 0 | 41 | 11 | 225 | 114 | 76 |
| Binary | 1010101 | 11101000 | 10011011 | 111111 | 0 | 100001 | 1001 | 10010101 | 1001100 | 111110 |
Color Harmonies of #55E89B
Complementary color
Monochromatic Colors of #55E89B
Black with #55E89B
Text Example
Text Example
White with #55E89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E89B; }
p { color: rgb(85,232,155); }
H1.HeaderClassName
{
color: #55E89B;
}
.AnyTagClassName
{
color: #55E89B;
}
</style>
background-color css
<style>
a { background-color: #55E89B; }
a { background-color: rgb(85,232,155); }
div.DivClassName
{
background-color: #55E89B;
}
.BgClassName
{
background-color: #55E89B;
}
</style>
border-color css
<style>
span { border-color: #55E89B; }
span { border-color: rgb(85,232,155); }
td.TdClassName
{
border-color: #55E89B;
}
.TagClassName
{
border-color: #55E89B;
}
</style>