Shades of Medium Aquamarine #5EECAC
Tints of Medium Aquamarine #5EECAC
RGB
CMYK
RGB Variations
Color information
#5EECAC (or 0x5EECAC) is known color: Medium Aquamarine. HEX triplet: 5E, EC and AC. RGB value is (94,236,172). Sum of RGB (Red+Green+Blue) = 94+236+172=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #5EECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EECAC is #A11353. Grayscale: #BABABA. Windows color (decimal): -10556244 or 11332702. OLE color: 11332702.
HSL color Cylindrical-coordinate representation of color #5EECAC: hue angle of 152.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EECAC is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 172 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.07 |
| HSL | 152.96º | 0.79% | 0.65% | - |
| HSV(B) | 152.96º | 0.6% | 0.93% | - |
| XYZ | 42.06 | 65.35 | 49.43 | - |
| YUV | 186.25 | 119.96 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 172 | 0.60 | 0 | 0.27 | 0.07 | 152.96 | 0.79 | 0.65 |
| Hex | 5E | EC | AC | 3C | 0 | 1B | 7 | 99 | 4F | 41 |
| Octal | 136 | 354 | 254 | 74 | 0 | 33 | 7 | 231 | 117 | 101 |
| Binary | 1011110 | 11101100 | 10101100 | 111100 | 0 | 11011 | 111 | 10011001 | 1001111 | 1000001 |
Color Harmonies of #5EECAC
Complementary color
Monochromatic Colors of #5EECAC
Black with #5EECAC
Text Example
Text Example
White with #5EECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EECAC; }
p { color: rgb(94,236,172); }
H1.HeaderClassName
{
color: #5EECAC;
}
.AnyTagClassName
{
color: #5EECAC;
}
</style>
background-color css
<style>
a { background-color: #5EECAC; }
a { background-color: rgb(94,236,172); }
div.DivClassName
{
background-color: #5EECAC;
}
.BgClassName
{
background-color: #5EECAC;
}
</style>
border-color css
<style>
span { border-color: #5EECAC; }
span { border-color: rgb(94,236,172); }
td.TdClassName
{
border-color: #5EECAC;
}
.TagClassName
{
border-color: #5EECAC;
}
</style>