Shades of Medium Aquamarine #5ECEAA
Tints of Medium Aquamarine #5ECEAA
RGB
CMYK
RGB Variations
Color information
#5ECEAA (or 0x5ECEAA) is known color: Medium Aquamarine. HEX triplet: 5E, CE and AA. RGB value is (94,206,170). Sum of RGB (Red+Green+Blue) = 94+206+170=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECEAA is #A13155. Grayscale: #A8A8A8. Windows color (decimal): -10563926 or 11193950. OLE color: 11193950.
HSL color Cylindrical-coordinate representation of color #5ECEAA: hue angle of 160.71º 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 #5ECEAA is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 170 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.19 |
| HSL | 160.71º | 0.53% | 0.59% | - |
| HSV(B) | 160.71º | 0.54% | 0.81% | - |
| XYZ | 33.94 | 49.42 | 45.78 | - |
| YUV | 168.41 | 128.89 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 170 | 0.54 | 0 | 0.17 | 0.19 | 160.71 | 0.53 | 0.59 |
| Hex | 5E | CE | AA | 36 | 0 | 11 | 13 | A1 | 35 | 3B |
| Octal | 136 | 316 | 252 | 66 | 0 | 21 | 23 | 241 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10101010 | 110110 | 0 | 10001 | 10011 | 10100001 | 110101 | 111011 |
Color Harmonies of #5ECEAA
Complementary color
Monochromatic Colors of #5ECEAA
Black with #5ECEAA
Text Example
Text Example
White with #5ECEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEAA; }
p { color: rgb(94,206,170); }
H1.HeaderClassName
{
color: #5ECEAA;
}
.AnyTagClassName
{
color: #5ECEAA;
}
</style>
background-color css
<style>
a { background-color: #5ECEAA; }
a { background-color: rgb(94,206,170); }
div.DivClassName
{
background-color: #5ECEAA;
}
.BgClassName
{
background-color: #5ECEAA;
}
</style>
border-color css
<style>
span { border-color: #5ECEAA; }
span { border-color: rgb(94,206,170); }
td.TdClassName
{
border-color: #5ECEAA;
}
.TagClassName
{
border-color: #5ECEAA;
}
</style>