Shades of Medium Aquamarine #5ECEB0
Tints of Medium Aquamarine #5ECEB0
RGB
CMYK
RGB Variations
Color information
#5ECEB0 (or 0x5ECEB0) is known color: Medium Aquamarine. HEX triplet: 5E, CE and B0. RGB value is (94,206,176). Sum of RGB (Red+Green+Blue) = 94+206+176=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECEB0 is #A1314F. Grayscale: #A9A9A9. Windows color (decimal): -10563920 or 11587166. OLE color: 11587166.
HSL color Cylindrical-coordinate representation of color #5ECEB0: hue angle of 163.93º 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 #5ECEB0 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 176 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.19 |
| HSL | 163.93º | 0.53% | 0.59% | - |
| HSV(B) | 163.93º | 0.54% | 0.81% | - |
| XYZ | 34.52 | 49.66 | 48.84 | - |
| YUV | 169.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 176 | 0.54 | 0 | 0.15 | 0.19 | 163.93 | 0.53 | 0.59 |
| Hex | 5E | CE | B0 | 36 | 0 | F | 13 | A4 | 35 | 3B |
| Octal | 136 | 316 | 260 | 66 | 0 | 17 | 23 | 244 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10110000 | 110110 | 0 | 1111 | 10011 | 10100100 | 110101 | 111011 |
Color Harmonies of #5ECEB0
Complementary color
Monochromatic Colors of #5ECEB0
Black with #5ECEB0
Text Example
Text Example
White with #5ECEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEB0; }
p { color: rgb(94,206,176); }
H1.HeaderClassName
{
color: #5ECEB0;
}
.AnyTagClassName
{
color: #5ECEB0;
}
</style>
background-color css
<style>
a { background-color: #5ECEB0; }
a { background-color: rgb(94,206,176); }
div.DivClassName
{
background-color: #5ECEB0;
}
.BgClassName
{
background-color: #5ECEB0;
}
</style>
border-color css
<style>
span { border-color: #5ECEB0; }
span { border-color: rgb(94,206,176); }
td.TdClassName
{
border-color: #5ECEB0;
}
.TagClassName
{
border-color: #5ECEB0;
}
</style>