Shades of Medium Aquamarine #5ECDA5
Tints of Medium Aquamarine #5ECDA5
RGB
CMYK
RGB Variations
Color information
#5ECDA5 (or 0x5ECDA5) is known color: Medium Aquamarine. HEX triplet: 5E, CD and A5. RGB value is (94,205,165). Sum of RGB (Red+Green+Blue) = 94+205+165=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECDA5 is #A1325A. Grayscale: #A7A7A7. Windows color (decimal): -10564187 or 10866014. OLE color: 10866014.
HSL color Cylindrical-coordinate representation of color #5ECDA5: hue angle of 158.38º 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 #5ECDA5 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 165 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.20 |
| HSL | 158.38º | 0.53% | 0.59% | - |
| HSV(B) | 158.38º | 0.54% | 0.8% | - |
| XYZ | 33.24 | 48.76 | 43.26 | - |
| YUV | 167.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 165 | 0.54 | 0 | 0.20 | 0.20 | 158.38 | 0.53 | 0.59 |
| Hex | 5E | CD | A5 | 36 | 0 | 14 | 14 | 9E | 35 | 3B |
| Octal | 136 | 315 | 245 | 66 | 0 | 24 | 24 | 236 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10100101 | 110110 | 0 | 10100 | 10100 | 10011110 | 110101 | 111011 |
Color Harmonies of #5ECDA5
Complementary color
Monochromatic Colors of #5ECDA5
Black with #5ECDA5
Text Example
Text Example
White with #5ECDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDA5; }
p { color: rgb(94,205,165); }
H1.HeaderClassName
{
color: #5ECDA5;
}
.AnyTagClassName
{
color: #5ECDA5;
}
</style>
background-color css
<style>
a { background-color: #5ECDA5; }
a { background-color: rgb(94,205,165); }
div.DivClassName
{
background-color: #5ECDA5;
}
.BgClassName
{
background-color: #5ECDA5;
}
</style>
border-color css
<style>
span { border-color: #5ECDA5; }
span { border-color: rgb(94,205,165); }
td.TdClassName
{
border-color: #5ECDA5;
}
.TagClassName
{
border-color: #5ECDA5;
}
</style>