Shades of Medium Aquamarine #5EEB95
Tints of Medium Aquamarine #5EEB95
RGB
CMYK
RGB Variations
Color information
#5EEB95 (or 0x5EEB95) is known color: Medium Aquamarine. HEX triplet: 5E, EB and 95. RGB value is (94,235,149). Sum of RGB (Red+Green+Blue) = 94+235+149=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEB95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEB95 is #A1146A. Grayscale: #B7B7B7. Windows color (decimal): -10556523 or 9825118. OLE color: 9825118.
HSL color Cylindrical-coordinate representation of color #5EEB95: hue angle of 143.4º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEB95 is Cyan = 0.6, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 149 | - |
| CMYK | 0.6 | 0 | 0.37 | 0.08 |
| HSL | 143.4º | 0.78% | 0.65% | - |
| HSV(B) | 143.4º | 0.6% | 0.92% | - |
| XYZ | 39.75 | 63.97 | 38.69 | - |
| YUV | 183.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 149 | 0.6 | 0 | 0.37 | 0.08 | 143.4 | 0.78 | 0.65 |
| Hex | 5E | EB | 95 | 3C | 0 | 25 | 8 | 8F | 4E | 41 |
| Octal | 136 | 353 | 225 | 74 | 0 | 45 | 10 | 217 | 116 | 101 |
| Binary | 1011110 | 11101011 | 10010101 | 111100 | 0 | 100101 | 1000 | 10001111 | 1001110 | 1000001 |
Color Harmonies of #5EEB95
Complementary color
Monochromatic Colors of #5EEB95
Black with #5EEB95
Text Example
Text Example
White with #5EEB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEB95; }
p { color: rgb(94,235,149); }
H1.HeaderClassName
{
color: #5EEB95;
}
.AnyTagClassName
{
color: #5EEB95;
}
</style>
background-color css
<style>
a { background-color: #5EEB95; }
a { background-color: rgb(94,235,149); }
div.DivClassName
{
background-color: #5EEB95;
}
.BgClassName
{
background-color: #5EEB95;
}
</style>
border-color css
<style>
span { border-color: #5EEB95; }
span { border-color: rgb(94,235,149); }
td.TdClassName
{
border-color: #5EEB95;
}
.TagClassName
{
border-color: #5EEB95;
}
</style>