Shades of Medium Aquamarine #55EC9C
Tints of Medium Aquamarine #55EC9C
RGB
CMYK
RGB Variations
Color information
#55EC9C (or 0x55EC9C) is known color: Medium Aquamarine. HEX triplet: 55, EC and 9C. RGB value is (85,236,156). Sum of RGB (Red+Green+Blue) = 85+236+156=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EC9C is #AA1363. Grayscale: #B5B5B5. Windows color (decimal): -11146084 or 10284117. OLE color: 10284117.
HSL color Cylindrical-coordinate representation of color #55EC9C: hue angle of 148.21º degrees, saturation: 0.8, 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 #55EC9C is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 156 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.07 |
| HSL | 148.21º | 0.8% | 0.63% | - |
| HSV(B) | 148.21º | 0.64% | 0.93% | - |
| XYZ | 39.74 | 64.32 | 41.77 | - |
| YUV | 181.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 156 | 0.64 | 0 | 0.34 | 0.07 | 148.21 | 0.8 | 0.63 |
| Hex | 55 | EC | 9C | 40 | 0 | 22 | 7 | 94 | 50 | 3F |
| Octal | 125 | 354 | 234 | 100 | 0 | 42 | 7 | 224 | 120 | 77 |
| Binary | 1010101 | 11101100 | 10011100 | 1000000 | 0 | 100010 | 111 | 10010100 | 1010000 | 111111 |
Color Harmonies of #55EC9C
Complementary color
Monochromatic Colors of #55EC9C
Black with #55EC9C
Text Example
Text Example
White with #55EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC9C; }
p { color: rgb(85,236,156); }
H1.HeaderClassName
{
color: #55EC9C;
}
.AnyTagClassName
{
color: #55EC9C;
}
</style>
background-color css
<style>
a { background-color: #55EC9C; }
a { background-color: rgb(85,236,156); }
div.DivClassName
{
background-color: #55EC9C;
}
.BgClassName
{
background-color: #55EC9C;
}
</style>
border-color css
<style>
span { border-color: #55EC9C; }
span { border-color: rgb(85,236,156); }
td.TdClassName
{
border-color: #55EC9C;
}
.TagClassName
{
border-color: #55EC9C;
}
</style>