Shades of Medium Aquamarine #5EC5AE
Tints of Medium Aquamarine #5EC5AE
RGB
CMYK
RGB Variations
Color information
#5EC5AE (or 0x5EC5AE) is known color: Medium Aquamarine. HEX triplet: 5E, C5 and AE. RGB value is (94,197,174). Sum of RGB (Red+Green+Blue) = 94+197+174=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #5EC5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC5AE is #A13A51. Grayscale: #A3A3A3. Windows color (decimal): -10566226 or 11453790. OLE color: 11453790.
HSL color Cylindrical-coordinate representation of color #5EC5AE: hue angle of 166.6º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC5AE is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 197 | 174 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.23 |
| HSL | 166.6º | 0.47% | 0.57% | - |
| HSV(B) | 166.6º | 0.52% | 0.77% | - |
| XYZ | 32.22 | 45.37 | 47.1 | - |
| YUV | 163.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 197 | 174 | 0.52 | 0 | 0.12 | 0.23 | 166.6 | 0.47 | 0.57 |
| Hex | 5E | C5 | AE | 34 | 0 | C | 17 | A7 | 2F | 39 |
| Octal | 136 | 305 | 256 | 64 | 0 | 14 | 27 | 247 | 57 | 71 |
| Binary | 1011110 | 11000101 | 10101110 | 110100 | 0 | 1100 | 10111 | 10100111 | 101111 | 111001 |
Color Harmonies of #5EC5AE
Complementary color
Monochromatic Colors of #5EC5AE
Black with #5EC5AE
Text Example
Text Example
White with #5EC5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC5AE; }
p { color: rgb(94,197,174); }
H1.HeaderClassName
{
color: #5EC5AE;
}
.AnyTagClassName
{
color: #5EC5AE;
}
</style>
background-color css
<style>
a { background-color: #5EC5AE; }
a { background-color: rgb(94,197,174); }
div.DivClassName
{
background-color: #5EC5AE;
}
.BgClassName
{
background-color: #5EC5AE;
}
</style>
border-color css
<style>
span { border-color: #5EC5AE; }
span { border-color: rgb(94,197,174); }
td.TdClassName
{
border-color: #5EC5AE;
}
.TagClassName
{
border-color: #5EC5AE;
}
</style>