Shades of Medium Aquamarine #55E99D
Tints of Medium Aquamarine #55E99D
RGB
CMYK
RGB Variations
Color information
#55E99D (or 0x55E99D) is known color: Medium Aquamarine. HEX triplet: 55, E9 and 9D. RGB value is (85,233,157). Sum of RGB (Red+Green+Blue) = 85+233+157=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #55E99D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E99D is #AA1662. Grayscale: #B4B4B4. Windows color (decimal): -11146851 or 10348885. OLE color: 10348885.
HSL color Cylindrical-coordinate representation of color #55E99D: hue angle of 149.19º 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 #55E99D is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 157 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.09 |
| HSL | 149.19º | 0.77% | 0.62% | - |
| HSV(B) | 149.19º | 0.64% | 0.91% | - |
| XYZ | 38.97 | 62.64 | 41.94 | - |
| YUV | 180.08 | 114.97 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 157 | 0.64 | 0 | 0.33 | 0.09 | 149.19 | 0.77 | 0.62 |
| Hex | 55 | E9 | 9D | 40 | 0 | 21 | 9 | 95 | 4D | 3E |
| Octal | 125 | 351 | 235 | 100 | 0 | 41 | 11 | 225 | 115 | 76 |
| Binary | 1010101 | 11101001 | 10011101 | 1000000 | 0 | 100001 | 1001 | 10010101 | 1001101 | 111110 |
Color Harmonies of #55E99D
Complementary color
Monochromatic Colors of #55E99D
Black with #55E99D
Text Example
Text Example
White with #55E99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E99D; }
p { color: rgb(85,233,157); }
H1.HeaderClassName
{
color: #55E99D;
}
.AnyTagClassName
{
color: #55E99D;
}
</style>
background-color css
<style>
a { background-color: #55E99D; }
a { background-color: rgb(85,233,157); }
div.DivClassName
{
background-color: #55E99D;
}
.BgClassName
{
background-color: #55E99D;
}
</style>
border-color css
<style>
span { border-color: #55E99D; }
span { border-color: rgb(85,233,157); }
td.TdClassName
{
border-color: #55E99D;
}
.TagClassName
{
border-color: #55E99D;
}
</style>