Shades of Medium Aquamarine #5ECEA4
Tints of Medium Aquamarine #5ECEA4
RGB
CMYK
RGB Variations
Color information
#5ECEA4 (or 0x5ECEA4) is known color: Medium Aquamarine. HEX triplet: 5E, CE and A4. RGB value is (94,206,164). Sum of RGB (Red+Green+Blue) = 94+206+164=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECEA4 is #A1315B. Grayscale: #A7A7A7. Windows color (decimal): -10563932 or 10800734. OLE color: 10800734.
HSL color Cylindrical-coordinate representation of color #5ECEA4: hue angle of 157.5º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECEA4 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 164 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.19 |
| HSL | 157.5º | 0.53% | 0.59% | - |
| HSV(B) | 157.5º | 0.54% | 0.81% | - |
| XYZ | 33.39 | 49.2 | 42.86 | - |
| YUV | 167.72 | 125.89 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 164 | 0.54 | 0 | 0.20 | 0.19 | 157.5 | 0.53 | 0.59 |
| Hex | 5E | CE | A4 | 36 | 0 | 14 | 13 | 9E | 35 | 3B |
| Octal | 136 | 316 | 244 | 66 | 0 | 24 | 23 | 236 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10100100 | 110110 | 0 | 10100 | 10011 | 10011110 | 110101 | 111011 |
Color Harmonies of #5ECEA4
Complementary color
Monochromatic Colors of #5ECEA4
Black with #5ECEA4
Text Example
Text Example
White with #5ECEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEA4; }
p { color: rgb(94,206,164); }
H1.HeaderClassName
{
color: #5ECEA4;
}
.AnyTagClassName
{
color: #5ECEA4;
}
</style>
background-color css
<style>
a { background-color: #5ECEA4; }
a { background-color: rgb(94,206,164); }
div.DivClassName
{
background-color: #5ECEA4;
}
.BgClassName
{
background-color: #5ECEA4;
}
</style>
border-color css
<style>
span { border-color: #5ECEA4; }
span { border-color: rgb(94,206,164); }
td.TdClassName
{
border-color: #5ECEA4;
}
.TagClassName
{
border-color: #5ECEA4;
}
</style>