Shades of Medium Aquamarine #55E9A2
Tints of Medium Aquamarine #55E9A2
RGB
CMYK
RGB Variations
Color information
#55E9A2 (or 0x55E9A2) is known color: Medium Aquamarine. HEX triplet: 55, E9 and A2. RGB value is (85,233,162). Sum of RGB (Red+Green+Blue) = 85+233+162=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E9A2 is #AA165D. Grayscale: #B4B4B4. Windows color (decimal): -11146846 or 10676565. OLE color: 10676565.
HSL color Cylindrical-coordinate representation of color #55E9A2: hue angle of 151.22º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E9A2 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 162 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.09 |
| HSL | 151.22º | 0.77% | 0.62% | - |
| HSV(B) | 151.22º | 0.64% | 0.91% | - |
| XYZ | 39.41 | 62.82 | 44.23 | - |
| YUV | 180.65 | 117.47 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 162 | 0.64 | 0 | 0.30 | 0.09 | 151.22 | 0.77 | 0.62 |
| Hex | 55 | E9 | A2 | 40 | 0 | 1E | 9 | 97 | 4D | 3E |
| Octal | 125 | 351 | 242 | 100 | 0 | 36 | 11 | 227 | 115 | 76 |
| Binary | 1010101 | 11101001 | 10100010 | 1000000 | 0 | 11110 | 1001 | 10010111 | 1001101 | 111110 |
Color Harmonies of #55E9A2
Complementary color
Monochromatic Colors of #55E9A2
Black with #55E9A2
Text Example
Text Example
White with #55E9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9A2; }
p { color: rgb(85,233,162); }
H1.HeaderClassName
{
color: #55E9A2;
}
.AnyTagClassName
{
color: #55E9A2;
}
</style>
background-color css
<style>
a { background-color: #55E9A2; }
a { background-color: rgb(85,233,162); }
div.DivClassName
{
background-color: #55E9A2;
}
.BgClassName
{
background-color: #55E9A2;
}
</style>
border-color css
<style>
span { border-color: #55E9A2; }
span { border-color: rgb(85,233,162); }
td.TdClassName
{
border-color: #55E9A2;
}
.TagClassName
{
border-color: #55E9A2;
}
</style>