Shades of Medium Aquamarine #5EFFA6
Tints of Medium Aquamarine #5EFFA6
RGB
CMYK
RGB Variations
Color information
#5EFFA6 (or 0x5EFFA6) is known color: Medium Aquamarine. HEX triplet: 5E, FF and A6. RGB value is (94,255,166). Sum of RGB (Red+Green+Blue) = 94+255+166=515 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.25% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFFA6 is #A10059. Grayscale: #C4C4C4. Windows color (decimal): -10551386 or 10944350. OLE color: 10944350.
HSL color Cylindrical-coordinate representation of color #5EFFA6: hue angle of 146.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFFA6 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 166 | - |
| CMYK | 0.63 | 0 | 0.35 | 0 |
| HSL | 146.83º | 1% | 0.68% | - |
| HSV(B) | 146.83º | 0.63% | 1% | - |
| XYZ | 47.26 | 76.65 | 48.38 | - |
| YUV | 196.72 | 110.66 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 166 | 0.63 | 0 | 0.35 | 0 | 146.83 | 1 | 0.68 |
| Hex | 5E | FF | A6 | 3F | 0 | 23 | 0 | 93 | 64 | 44 |
| Octal | 136 | 377 | 246 | 77 | 0 | 43 | 0 | 223 | 144 | 104 |
| Binary | 1011110 | 11111111 | 10100110 | 111111 | 0 | 100011 | 0 | 10010011 | 1100100 | 1000100 |
Color Harmonies of #5EFFA6
Complementary color
Monochromatic Colors of #5EFFA6
Black with #5EFFA6
Text Example
Text Example
White with #5EFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFFA6; }
p { color: rgb(94,255,166); }
H1.HeaderClassName
{
color: #5EFFA6;
}
.AnyTagClassName
{
color: #5EFFA6;
}
</style>
background-color css
<style>
a { background-color: #5EFFA6; }
a { background-color: rgb(94,255,166); }
div.DivClassName
{
background-color: #5EFFA6;
}
.BgClassName
{
background-color: #5EFFA6;
}
</style>
border-color css
<style>
span { border-color: #5EFFA6; }
span { border-color: rgb(94,255,166); }
td.TdClassName
{
border-color: #5EFFA6;
}
.TagClassName
{
border-color: #5EFFA6;
}
</style>