Shades of Medium Aquamarine #5EFC9B
Tints of Medium Aquamarine #5EFC9B
RGB
CMYK
RGB Variations
Color information
#5EFC9B (or 0x5EFC9B) is known color: Medium Aquamarine. HEX triplet: 5E, FC and 9B. RGB value is (94,252,155). Sum of RGB (Red+Green+Blue) = 94+252+155=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFC9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFC9B is #A10364. Grayscale: #C1C1C1. Windows color (decimal): -10552165 or 10222686. OLE color: 10222686.
HSL color Cylindrical-coordinate representation of color #5EFC9B: hue angle of 143.16º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFC9B is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 155 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.01 |
| HSL | 143.16º | 0.96% | 0.68% | - |
| HSV(B) | 143.16º | 0.63% | 0.99% | - |
| XYZ | 45.34 | 74.37 | 42.97 | - |
| YUV | 193.7 | 106.15 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 155 | 0.63 | 0 | 0.38 | 0.01 | 143.16 | 0.96 | 0.68 |
| Hex | 5E | FC | 9B | 3F | 0 | 26 | 1 | 8F | 60 | 44 |
| Octal | 136 | 374 | 233 | 77 | 0 | 46 | 1 | 217 | 140 | 104 |
| Binary | 1011110 | 11111100 | 10011011 | 111111 | 0 | 100110 | 1 | 10001111 | 1100000 | 1000100 |
Color Harmonies of #5EFC9B
Complementary color
Monochromatic Colors of #5EFC9B
Black with #5EFC9B
Text Example
Text Example
White with #5EFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFC9B; }
p { color: rgb(94,252,155); }
H1.HeaderClassName
{
color: #5EFC9B;
}
.AnyTagClassName
{
color: #5EFC9B;
}
</style>
background-color css
<style>
a { background-color: #5EFC9B; }
a { background-color: rgb(94,252,155); }
div.DivClassName
{
background-color: #5EFC9B;
}
.BgClassName
{
background-color: #5EFC9B;
}
</style>
border-color css
<style>
span { border-color: #5EFC9B; }
span { border-color: rgb(94,252,155); }
td.TdClassName
{
border-color: #5EFC9B;
}
.TagClassName
{
border-color: #5EFC9B;
}
</style>