Shades of Medium Aquamarine #5EEFAC
Tints of Medium Aquamarine #5EEFAC
RGB
CMYK
RGB Variations
Color information
#5EEFAC (or 0x5EEFAC) is known color: Medium Aquamarine. HEX triplet: 5E, EF and AC. RGB value is (94,239,172). Sum of RGB (Red+Green+Blue) = 94+239+172=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEFAC is #A11053. Grayscale: #BCBCBC. Windows color (decimal): -10555476 or 11333470. OLE color: 11333470.
HSL color Cylindrical-coordinate representation of color #5EEFAC: hue angle of 152.28º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFAC is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 172 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.06 |
| HSL | 152.28º | 0.82% | 0.65% | - |
| HSV(B) | 152.28º | 0.61% | 0.94% | - |
| XYZ | 42.93 | 67.09 | 49.72 | - |
| YUV | 188.01 | 118.96 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 172 | 0.61 | 0 | 0.28 | 0.06 | 152.28 | 0.82 | 0.65 |
| Hex | 5E | EF | AC | 3D | 0 | 1C | 6 | 98 | 52 | 41 |
| Octal | 136 | 357 | 254 | 75 | 0 | 34 | 6 | 230 | 122 | 101 |
| Binary | 1011110 | 11101111 | 10101100 | 111101 | 0 | 11100 | 110 | 10011000 | 1010010 | 1000001 |
Color Harmonies of #5EEFAC
Complementary color
Monochromatic Colors of #5EEFAC
Black with #5EEFAC
Text Example
Text Example
White with #5EEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFAC; }
p { color: rgb(94,239,172); }
H1.HeaderClassName
{
color: #5EEFAC;
}
.AnyTagClassName
{
color: #5EEFAC;
}
</style>
background-color css
<style>
a { background-color: #5EEFAC; }
a { background-color: rgb(94,239,172); }
div.DivClassName
{
background-color: #5EEFAC;
}
.BgClassName
{
background-color: #5EEFAC;
}
</style>
border-color css
<style>
span { border-color: #5EEFAC; }
span { border-color: rgb(94,239,172); }
td.TdClassName
{
border-color: #5EEFAC;
}
.TagClassName
{
border-color: #5EEFAC;
}
</style>