Shades of Medium Aquamarine #5EEEAC
Tints of Medium Aquamarine #5EEEAC
RGB
CMYK
RGB Variations
Color information
#5EEEAC (or 0x5EEEAC) is known color: Medium Aquamarine. HEX triplet: 5E, EE and AC. RGB value is (94,238,172). Sum of RGB (Red+Green+Blue) = 94+238+172=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEEAC is #A11153. Grayscale: #BBBBBB. Windows color (decimal): -10555732 or 11333214. OLE color: 11333214.
HSL color Cylindrical-coordinate representation of color #5EEEAC: hue angle of 152.5º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEEAC is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 238 | 172 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.07 |
| HSL | 152.5º | 0.81% | 0.65% | - |
| HSV(B) | 152.5º | 0.61% | 0.93% | - |
| XYZ | 42.64 | 66.51 | 49.62 | - |
| YUV | 187.42 | 119.29 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 238 | 172 | 0.61 | 0 | 0.28 | 0.07 | 152.5 | 0.81 | 0.65 |
| Hex | 5E | EE | AC | 3D | 0 | 1C | 7 | 98 | 51 | 41 |
| Octal | 136 | 356 | 254 | 75 | 0 | 34 | 7 | 230 | 121 | 101 |
| Binary | 1011110 | 11101110 | 10101100 | 111101 | 0 | 11100 | 111 | 10011000 | 1010001 | 1000001 |
Color Harmonies of #5EEEAC
Complementary color
Monochromatic Colors of #5EEEAC
Black with #5EEEAC
Text Example
Text Example
White with #5EEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEEAC; }
p { color: rgb(94,238,172); }
H1.HeaderClassName
{
color: #5EEEAC;
}
.AnyTagClassName
{
color: #5EEEAC;
}
</style>
background-color css
<style>
a { background-color: #5EEEAC; }
a { background-color: rgb(94,238,172); }
div.DivClassName
{
background-color: #5EEEAC;
}
.BgClassName
{
background-color: #5EEEAC;
}
</style>
border-color css
<style>
span { border-color: #5EEEAC; }
span { border-color: rgb(94,238,172); }
td.TdClassName
{
border-color: #5EEEAC;
}
.TagClassName
{
border-color: #5EEEAC;
}
</style>