Shades of Medium Aquamarine #5ECEB4
Tints of Medium Aquamarine #5ECEB4
RGB
CMYK
RGB Variations
Color information
#5ECEB4 (or 0x5ECEB4) is known color: Medium Aquamarine. HEX triplet: 5E, CE and B4. RGB value is (94,206,180). Sum of RGB (Red+Green+Blue) = 94+206+180=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECEB4 is #A1314B. Grayscale: #A9A9A9. Windows color (decimal): -10563916 or 11849310. OLE color: 11849310.
HSL color Cylindrical-coordinate representation of color #5ECEB4: hue angle of 166.07º 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 #5ECEB4 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 180 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.19 |
| HSL | 166.07º | 0.53% | 0.59% | - |
| HSV(B) | 166.07º | 0.54% | 0.81% | - |
| XYZ | 34.93 | 49.82 | 50.96 | - |
| YUV | 169.55 | 133.89 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 180 | 0.54 | 0 | 0.13 | 0.19 | 166.07 | 0.53 | 0.59 |
| Hex | 5E | CE | B4 | 36 | 0 | D | 13 | A6 | 35 | 3B |
| Octal | 136 | 316 | 264 | 66 | 0 | 15 | 23 | 246 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10110100 | 110110 | 0 | 1101 | 10011 | 10100110 | 110101 | 111011 |
Color Harmonies of #5ECEB4
Complementary color
Monochromatic Colors of #5ECEB4
Black with #5ECEB4
Text Example
Text Example
White with #5ECEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEB4; }
p { color: rgb(94,206,180); }
H1.HeaderClassName
{
color: #5ECEB4;
}
.AnyTagClassName
{
color: #5ECEB4;
}
</style>
background-color css
<style>
a { background-color: #5ECEB4; }
a { background-color: rgb(94,206,180); }
div.DivClassName
{
background-color: #5ECEB4;
}
.BgClassName
{
background-color: #5ECEB4;
}
</style>
border-color css
<style>
span { border-color: #5ECEB4; }
span { border-color: rgb(94,206,180); }
td.TdClassName
{
border-color: #5ECEB4;
}
.TagClassName
{
border-color: #5ECEB4;
}
</style>