Shades of Medium Aquamarine #5ECDA2
Tints of Medium Aquamarine #5ECDA2
RGB
CMYK
RGB Variations
Color information
#5ECDA2 (or 0x5ECDA2) is known color: Medium Aquamarine. HEX triplet: 5E, CD and A2. RGB value is (94,205,162). Sum of RGB (Red+Green+Blue) = 94+205+162=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECDA2 is #A1325D. Grayscale: #A6A6A6. Windows color (decimal): -10564190 or 10669406. OLE color: 10669406.
HSL color Cylindrical-coordinate representation of color #5ECDA2: hue angle of 156.76º 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 #5ECDA2 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 162 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.20 |
| HSL | 156.76º | 0.53% | 0.59% | - |
| HSV(B) | 156.76º | 0.54% | 0.8% | - |
| XYZ | 32.97 | 48.65 | 41.84 | - |
| YUV | 166.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 162 | 0.54 | 0 | 0.21 | 0.20 | 156.76 | 0.53 | 0.59 |
| Hex | 5E | CD | A2 | 36 | 0 | 15 | 14 | 9D | 35 | 3B |
| Octal | 136 | 315 | 242 | 66 | 0 | 25 | 24 | 235 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10100010 | 110110 | 0 | 10101 | 10100 | 10011101 | 110101 | 111011 |
Color Harmonies of #5ECDA2
Complementary color
Monochromatic Colors of #5ECDA2
Black with #5ECDA2
Text Example
Text Example
White with #5ECDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDA2; }
p { color: rgb(94,205,162); }
H1.HeaderClassName
{
color: #5ECDA2;
}
.AnyTagClassName
{
color: #5ECDA2;
}
</style>
background-color css
<style>
a { background-color: #5ECDA2; }
a { background-color: rgb(94,205,162); }
div.DivClassName
{
background-color: #5ECDA2;
}
.BgClassName
{
background-color: #5ECDA2;
}
</style>
border-color css
<style>
span { border-color: #5ECDA2; }
span { border-color: rgb(94,205,162); }
td.TdClassName
{
border-color: #5ECDA2;
}
.TagClassName
{
border-color: #5ECDA2;
}
</style>