Shades of Medium Aquamarine #55EEB1
Tints of Medium Aquamarine #55EEB1
RGB
CMYK
RGB Variations
Color information
#55EEB1 (or 0x55EEB1) is known color: Medium Aquamarine. HEX triplet: 55, EE and B1. RGB value is (85,238,177). Sum of RGB (Red+Green+Blue) = 85+238+177=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EEB1 is #AA114E. Grayscale: #B9B9B9. Windows color (decimal): -11145551 or 11660885. OLE color: 11660885.
HSL color Cylindrical-coordinate representation of color #55EEB1: hue angle of 156.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EEB1 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 177 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.07 |
| HSL | 156.08º | 0.82% | 0.63% | - |
| HSV(B) | 156.08º | 0.64% | 0.93% | - |
| XYZ | 42.26 | 66.25 | 52.16 | - |
| YUV | 185.3 | 123.31 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 177 | 0.64 | 0 | 0.26 | 0.07 | 156.08 | 0.82 | 0.63 |
| Hex | 55 | EE | B1 | 40 | 0 | 1A | 7 | 9C | 52 | 3F |
| Octal | 125 | 356 | 261 | 100 | 0 | 32 | 7 | 234 | 122 | 77 |
| Binary | 1010101 | 11101110 | 10110001 | 1000000 | 0 | 11010 | 111 | 10011100 | 1010010 | 111111 |
Color Harmonies of #55EEB1
Complementary color
Monochromatic Colors of #55EEB1
Black with #55EEB1
Text Example
Text Example
White with #55EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEB1; }
p { color: rgb(85,238,177); }
H1.HeaderClassName
{
color: #55EEB1;
}
.AnyTagClassName
{
color: #55EEB1;
}
</style>
background-color css
<style>
a { background-color: #55EEB1; }
a { background-color: rgb(85,238,177); }
div.DivClassName
{
background-color: #55EEB1;
}
.BgClassName
{
background-color: #55EEB1;
}
</style>
border-color css
<style>
span { border-color: #55EEB1; }
span { border-color: rgb(85,238,177); }
td.TdClassName
{
border-color: #55EEB1;
}
.TagClassName
{
border-color: #55EEB1;
}
</style>