Shades of Medium Aquamarine #5ECCA0
Tints of Medium Aquamarine #5ECCA0
RGB
CMYK
RGB Variations
Color information
#5ECCA0 (or 0x5ECCA0) is known color: Medium Aquamarine. HEX triplet: 5E, CC and A0. RGB value is (94,204,160). Sum of RGB (Red+Green+Blue) = 94+204+160=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECCA0 is #A1335F. Grayscale: #A6A6A6. Windows color (decimal): -10564448 or 10538078. OLE color: 10538078.
HSL color Cylindrical-coordinate representation of color #5ECCA0: hue angle of 156º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECCA0 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 160 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.2 |
| HSL | 156º | 0.52% | 0.58% | - |
| HSV(B) | 156º | 0.54% | 0.8% | - |
| XYZ | 32.55 | 48.1 | 40.83 | - |
| YUV | 166.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 160 | 0.54 | 0 | 0.22 | 0.2 | 156 | 0.52 | 0.58 |
| Hex | 5E | CC | A0 | 36 | 0 | 16 | 14 | 9C | 34 | 3A |
| Octal | 136 | 314 | 240 | 66 | 0 | 26 | 24 | 234 | 64 | 72 |
| Binary | 1011110 | 11001100 | 10100000 | 110110 | 0 | 10110 | 10100 | 10011100 | 110100 | 111010 |
Color Harmonies of #5ECCA0
Complementary color
Monochromatic Colors of #5ECCA0
Black with #5ECCA0
Text Example
Text Example
White with #5ECCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCA0; }
p { color: rgb(94,204,160); }
H1.HeaderClassName
{
color: #5ECCA0;
}
.AnyTagClassName
{
color: #5ECCA0;
}
</style>
background-color css
<style>
a { background-color: #5ECCA0; }
a { background-color: rgb(94,204,160); }
div.DivClassName
{
background-color: #5ECCA0;
}
.BgClassName
{
background-color: #5ECCA0;
}
</style>
border-color css
<style>
span { border-color: #5ECCA0; }
span { border-color: rgb(94,204,160); }
td.TdClassName
{
border-color: #5ECCA0;
}
.TagClassName
{
border-color: #5ECCA0;
}
</style>