Shades of Medium Aquamarine #55E997
Tints of Medium Aquamarine #55E997
RGB
CMYK
RGB Variations
Color information
#55E997 (or 0x55E997) is known color: Medium Aquamarine. HEX triplet: 55, E9 and 97. RGB value is (85,233,151). Sum of RGB (Red+Green+Blue) = 85+233+151=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #55E997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E997 is #AA1668. Grayscale: #B3B3B3. Windows color (decimal): -11146857 or 9955669. OLE color: 9955669.
HSL color Cylindrical-coordinate representation of color #55E997: hue angle of 146.76º 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 #55E997 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 151 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.09 |
| HSL | 146.76º | 0.77% | 0.62% | - |
| HSV(B) | 146.76º | 0.64% | 0.91% | - |
| XYZ | 38.47 | 62.44 | 39.3 | - |
| YUV | 179.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 151 | 0.64 | 0 | 0.35 | 0.09 | 146.76 | 0.77 | 0.62 |
| Hex | 55 | E9 | 97 | 40 | 0 | 23 | 9 | 93 | 4D | 3E |
| Octal | 125 | 351 | 227 | 100 | 0 | 43 | 11 | 223 | 115 | 76 |
| Binary | 1010101 | 11101001 | 10010111 | 1000000 | 0 | 100011 | 1001 | 10010011 | 1001101 | 111110 |
Color Harmonies of #55E997
Complementary color
Monochromatic Colors of #55E997
Black with #55E997
Text Example
Text Example
White with #55E997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E997; }
p { color: rgb(85,233,151); }
H1.HeaderClassName
{
color: #55E997;
}
.AnyTagClassName
{
color: #55E997;
}
</style>
background-color css
<style>
a { background-color: #55E997; }
a { background-color: rgb(85,233,151); }
div.DivClassName
{
background-color: #55E997;
}
.BgClassName
{
background-color: #55E997;
}
</style>
border-color css
<style>
span { border-color: #55E997; }
span { border-color: rgb(85,233,151); }
td.TdClassName
{
border-color: #55E997;
}
.TagClassName
{
border-color: #55E997;
}
</style>