Shades of Medium Aquamarine #5ECEA8
Tints of Medium Aquamarine #5ECEA8
RGB
CMYK
RGB Variations
Color information
#5ECEA8 (or 0x5ECEA8) is known color: Medium Aquamarine. HEX triplet: 5E, CE and A8. RGB value is (94,206,168). Sum of RGB (Red+Green+Blue) = 94+206+168=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECEA8 is #A13157. Grayscale: #A8A8A8. Windows color (decimal): -10563928 or 11062878. OLE color: 11062878.
HSL color Cylindrical-coordinate representation of color #5ECEA8: hue angle of 159.64º 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 #5ECEA8 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 168 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.19 |
| HSL | 159.64º | 0.53% | 0.59% | - |
| HSV(B) | 159.64º | 0.54% | 0.81% | - |
| XYZ | 33.76 | 49.35 | 44.79 | - |
| YUV | 168.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 168 | 0.54 | 0 | 0.18 | 0.19 | 159.64 | 0.53 | 0.59 |
| Hex | 5E | CE | A8 | 36 | 0 | 12 | 13 | A0 | 35 | 3B |
| Octal | 136 | 316 | 250 | 66 | 0 | 22 | 23 | 240 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10101000 | 110110 | 0 | 10010 | 10011 | 10100000 | 110101 | 111011 |
Color Harmonies of #5ECEA8
Complementary color
Monochromatic Colors of #5ECEA8
Black with #5ECEA8
Text Example
Text Example
White with #5ECEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEA8; }
p { color: rgb(94,206,168); }
H1.HeaderClassName
{
color: #5ECEA8;
}
.AnyTagClassName
{
color: #5ECEA8;
}
</style>
background-color css
<style>
a { background-color: #5ECEA8; }
a { background-color: rgb(94,206,168); }
div.DivClassName
{
background-color: #5ECEA8;
}
.BgClassName
{
background-color: #5ECEA8;
}
</style>
border-color css
<style>
span { border-color: #5ECEA8; }
span { border-color: rgb(94,206,168); }
td.TdClassName
{
border-color: #5ECEA8;
}
.TagClassName
{
border-color: #5ECEA8;
}
</style>