Shades of Medium Aquamarine #5EEF9F
Tints of Medium Aquamarine #5EEF9F
RGB
CMYK
RGB Variations
Color information
#5EEF9F (or 0x5EEF9F) is known color: Medium Aquamarine. HEX triplet: 5E, EF and 9F. RGB value is (94,239,159). Sum of RGB (Red+Green+Blue) = 94+239+159=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEF9F is #A11060. Grayscale: #BABABA. Windows color (decimal): -10555489 or 10481502. OLE color: 10481502.
HSL color Cylindrical-coordinate representation of color #5EEF9F: hue angle of 146.9º 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 #5EEF9F is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 159 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.06 |
| HSL | 146.9º | 0.82% | 0.65% | - |
| HSV(B) | 146.9º | 0.61% | 0.94% | - |
| XYZ | 41.74 | 66.62 | 43.46 | - |
| YUV | 186.53 | 112.46 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 159 | 0.61 | 0 | 0.33 | 0.06 | 146.9 | 0.82 | 0.65 |
| Hex | 5E | EF | 9F | 3D | 0 | 21 | 6 | 93 | 52 | 41 |
| Octal | 136 | 357 | 237 | 75 | 0 | 41 | 6 | 223 | 122 | 101 |
| Binary | 1011110 | 11101111 | 10011111 | 111101 | 0 | 100001 | 110 | 10010011 | 1010010 | 1000001 |
Color Harmonies of #5EEF9F
Complementary color
Monochromatic Colors of #5EEF9F
Black with #5EEF9F
Text Example
Text Example
White with #5EEF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEF9F; }
p { color: rgb(94,239,159); }
H1.HeaderClassName
{
color: #5EEF9F;
}
.AnyTagClassName
{
color: #5EEF9F;
}
</style>
background-color css
<style>
a { background-color: #5EEF9F; }
a { background-color: rgb(94,239,159); }
div.DivClassName
{
background-color: #5EEF9F;
}
.BgClassName
{
background-color: #5EEF9F;
}
</style>
border-color css
<style>
span { border-color: #5EEF9F; }
span { border-color: rgb(94,239,159); }
td.TdClassName
{
border-color: #5EEF9F;
}
.TagClassName
{
border-color: #5EEF9F;
}
</style>