Shades of Medium Aquamarine #5ECDAF
Tints of Medium Aquamarine #5ECDAF
RGB
CMYK
RGB Variations
Color information
#5ECDAF (or 0x5ECDAF) is known color: Medium Aquamarine. HEX triplet: 5E, CD and AF. RGB value is (94,205,175). Sum of RGB (Red+Green+Blue) = 94+205+175=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECDAF is #A13250. Grayscale: #A8A8A8. Windows color (decimal): -10564177 or 11521374. OLE color: 11521374.
HSL color Cylindrical-coordinate representation of color #5ECDAF: hue angle of 163.78º 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 #5ECDAF is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 175 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.20 |
| HSL | 163.78º | 0.53% | 0.59% | - |
| HSV(B) | 163.78º | 0.54% | 0.8% | - |
| XYZ | 34.19 | 49.14 | 48.24 | - |
| YUV | 168.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 175 | 0.54 | 0 | 0.15 | 0.20 | 163.78 | 0.53 | 0.59 |
| Hex | 5E | CD | AF | 36 | 0 | F | 14 | A4 | 35 | 3B |
| Octal | 136 | 315 | 257 | 66 | 0 | 17 | 24 | 244 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10101111 | 110110 | 0 | 1111 | 10100 | 10100100 | 110101 | 111011 |
Color Harmonies of #5ECDAF
Complementary color
Monochromatic Colors of #5ECDAF
Black with #5ECDAF
Text Example
Text Example
White with #5ECDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDAF; }
p { color: rgb(94,205,175); }
H1.HeaderClassName
{
color: #5ECDAF;
}
.AnyTagClassName
{
color: #5ECDAF;
}
</style>
background-color css
<style>
a { background-color: #5ECDAF; }
a { background-color: rgb(94,205,175); }
div.DivClassName
{
background-color: #5ECDAF;
}
.BgClassName
{
background-color: #5ECDAF;
}
</style>
border-color css
<style>
span { border-color: #5ECDAF; }
span { border-color: rgb(94,205,175); }
td.TdClassName
{
border-color: #5ECDAF;
}
.TagClassName
{
border-color: #5ECDAF;
}
</style>