Shades of Medium Aquamarine #5ECDA0
Tints of Medium Aquamarine #5ECDA0
RGB
CMYK
RGB Variations
Color information
#5ECDA0 (or 0x5ECDA0) is known color: Medium Aquamarine. HEX triplet: 5E, CD and A0. RGB value is (94,205,160). Sum of RGB (Red+Green+Blue) = 94+205+160=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECDA0 is #A1325F. Grayscale: #A6A6A6. Windows color (decimal): -10564192 or 10538334. OLE color: 10538334.
HSL color Cylindrical-coordinate representation of color #5ECDA0: hue angle of 155.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECDA0 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 160 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.20 |
| HSL | 155.68º | 0.53% | 0.59% | - |
| HSV(B) | 155.68º | 0.54% | 0.8% | - |
| XYZ | 32.79 | 48.58 | 40.91 | - |
| YUV | 166.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 160 | 0.54 | 0 | 0.22 | 0.20 | 155.68 | 0.53 | 0.59 |
| Hex | 5E | CD | A0 | 36 | 0 | 16 | 14 | 9C | 35 | 3B |
| Octal | 136 | 315 | 240 | 66 | 0 | 26 | 24 | 234 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10100000 | 110110 | 0 | 10110 | 10100 | 10011100 | 110101 | 111011 |
Color Harmonies of #5ECDA0
Complementary color
Monochromatic Colors of #5ECDA0
Black with #5ECDA0
Text Example
Text Example
White with #5ECDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDA0; }
p { color: rgb(94,205,160); }
H1.HeaderClassName
{
color: #5ECDA0;
}
.AnyTagClassName
{
color: #5ECDA0;
}
</style>
background-color css
<style>
a { background-color: #5ECDA0; }
a { background-color: rgb(94,205,160); }
div.DivClassName
{
background-color: #5ECDA0;
}
.BgClassName
{
background-color: #5ECDA0;
}
</style>
border-color css
<style>
span { border-color: #5ECDA0; }
span { border-color: rgb(94,205,160); }
td.TdClassName
{
border-color: #5ECDA0;
}
.TagClassName
{
border-color: #5ECDA0;
}
</style>