Shades of Medium Aquamarine #5ECDA8
Tints of Medium Aquamarine #5ECDA8
RGB
CMYK
RGB Variations
Color information
#5ECDA8 (or 0x5ECDA8) is known color: Medium Aquamarine. HEX triplet: 5E, CD and A8. RGB value is (94,205,168). Sum of RGB (Red+Green+Blue) = 94+205+168=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECDA8 is #A13257. Grayscale: #A7A7A7. Windows color (decimal): -10564184 or 11062622. OLE color: 11062622.
HSL color Cylindrical-coordinate representation of color #5ECDA8: hue angle of 160º 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 #5ECDA8 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 168 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.20 |
| HSL | 160º | 0.53% | 0.59% | - |
| HSV(B) | 160º | 0.54% | 0.8% | - |
| XYZ | 33.52 | 48.87 | 44.71 | - |
| YUV | 167.59 | 128.23 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 168 | 0.54 | 0 | 0.18 | 0.20 | 160 | 0.53 | 0.59 |
| Hex | 5E | CD | A8 | 36 | 0 | 12 | 14 | A0 | 35 | 3B |
| Octal | 136 | 315 | 250 | 66 | 0 | 22 | 24 | 240 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10101000 | 110110 | 0 | 10010 | 10100 | 10100000 | 110101 | 111011 |
Color Harmonies of #5ECDA8
Complementary color
Monochromatic Colors of #5ECDA8
Black with #5ECDA8
Text Example
Text Example
White with #5ECDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDA8; }
p { color: rgb(94,205,168); }
H1.HeaderClassName
{
color: #5ECDA8;
}
.AnyTagClassName
{
color: #5ECDA8;
}
</style>
background-color css
<style>
a { background-color: #5ECDA8; }
a { background-color: rgb(94,205,168); }
div.DivClassName
{
background-color: #5ECDA8;
}
.BgClassName
{
background-color: #5ECDA8;
}
</style>
border-color css
<style>
span { border-color: #5ECDA8; }
span { border-color: rgb(94,205,168); }
td.TdClassName
{
border-color: #5ECDA8;
}
.TagClassName
{
border-color: #5ECDA8;
}
</style>