Shades of Medium Aquamarine #5EFF9F
Tints of Medium Aquamarine #5EFF9F
RGB
CMYK
RGB Variations
Color information
#5EFF9F (or 0x5EFF9F) is known color: Medium Aquamarine. HEX triplet: 5E, FF and 9F. RGB value is (94,255,159). Sum of RGB (Red+Green+Blue) = 94+255+159=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFF9F is #A10060. Grayscale: #C4C4C4. Windows color (decimal): -10551393 or 10485598. OLE color: 10485598.
HSL color Cylindrical-coordinate representation of color #5EFF9F: hue angle of 144.22º 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 #5EFF9F is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 159 | - |
| CMYK | 0.63 | 0 | 0.38 | 0 |
| HSL | 144.22º | 1% | 0.68% | - |
| HSV(B) | 144.22º | 0.63% | 1% | - |
| XYZ | 46.63 | 76.4 | 45.09 | - |
| YUV | 195.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 159 | 0.63 | 0 | 0.38 | 0 | 144.22 | 1 | 0.68 |
| Hex | 5E | FF | 9F | 3F | 0 | 26 | 0 | 90 | 64 | 44 |
| Octal | 136 | 377 | 237 | 77 | 0 | 46 | 0 | 220 | 144 | 104 |
| Binary | 1011110 | 11111111 | 10011111 | 111111 | 0 | 100110 | 0 | 10010000 | 1100100 | 1000100 |
Color Harmonies of #5EFF9F
Complementary color
Monochromatic Colors of #5EFF9F
Black with #5EFF9F
Text Example
Text Example
White with #5EFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFF9F; }
p { color: rgb(94,255,159); }
H1.HeaderClassName
{
color: #5EFF9F;
}
.AnyTagClassName
{
color: #5EFF9F;
}
</style>
background-color css
<style>
a { background-color: #5EFF9F; }
a { background-color: rgb(94,255,159); }
div.DivClassName
{
background-color: #5EFF9F;
}
.BgClassName
{
background-color: #5EFF9F;
}
</style>
border-color css
<style>
span { border-color: #5EFF9F; }
span { border-color: rgb(94,255,159); }
td.TdClassName
{
border-color: #5EFF9F;
}
.TagClassName
{
border-color: #5EFF9F;
}
</style>