Shades of Medium Aquamarine #5EC8AD
Tints of Medium Aquamarine #5EC8AD
RGB
CMYK
RGB Variations
Color information
#5EC8AD (or 0x5EC8AD) is known color: Medium Aquamarine. HEX triplet: 5E, C8 and AD. RGB value is (94,200,173). Sum of RGB (Red+Green+Blue) = 94+200+173=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC8AD is #A13752. Grayscale: #A5A5A5. Windows color (decimal): -10565459 or 11389022. OLE color: 11389022.
HSL color Cylindrical-coordinate representation of color #5EC8AD: hue angle of 164.72º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC8AD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 200 | 173 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.22 |
| HSL | 164.72º | 0.49% | 0.58% | - |
| HSV(B) | 164.72º | 0.53% | 0.78% | - |
| XYZ | 32.81 | 46.71 | 46.82 | - |
| YUV | 165.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 173 | 0.53 | 0 | 0.14 | 0.22 | 164.72 | 0.49 | 0.58 |
| Hex | 5E | C8 | AD | 35 | 0 | E | 16 | A5 | 31 | 3A |
| Octal | 136 | 310 | 255 | 65 | 0 | 16 | 26 | 245 | 61 | 72 |
| Binary | 1011110 | 11001000 | 10101101 | 110101 | 0 | 1110 | 10110 | 10100101 | 110001 | 111010 |
Color Harmonies of #5EC8AD
Complementary color
Monochromatic Colors of #5EC8AD
Black with #5EC8AD
Text Example
Text Example
White with #5EC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC8AD; }
p { color: rgb(94,200,173); }
H1.HeaderClassName
{
color: #5EC8AD;
}
.AnyTagClassName
{
color: #5EC8AD;
}
</style>
background-color css
<style>
a { background-color: #5EC8AD; }
a { background-color: rgb(94,200,173); }
div.DivClassName
{
background-color: #5EC8AD;
}
.BgClassName
{
background-color: #5EC8AD;
}
</style>
border-color css
<style>
span { border-color: #5EC8AD; }
span { border-color: rgb(94,200,173); }
td.TdClassName
{
border-color: #5EC8AD;
}
.TagClassName
{
border-color: #5EC8AD;
}
</style>