Shades of Medium Aquamarine #5FE09F
Tints of Medium Aquamarine #5FE09F
RGB
CMYK
RGB Variations
Color information
#5FE09F (or 0x5FE09F) is known color: Medium Aquamarine. HEX triplet: 5F, E0 and 9F. RGB value is (95,224,159). Sum of RGB (Red+Green+Blue) = 95+224+159=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE09F is #A01F60. Grayscale: #B2B2B2. Windows color (decimal): -10493793 or 10477663. OLE color: 10477663.
HSL color Cylindrical-coordinate representation of color #5FE09F: hue angle of 149.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE09F is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 159 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.12 |
| HSL | 149.77º | 0.68% | 0.63% | - |
| HSV(B) | 149.77º | 0.58% | 0.88% | - |
| XYZ | 37.63 | 58.25 | 42.06 | - |
| YUV | 178.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 159 | 0.58 | 0 | 0.29 | 0.12 | 149.77 | 0.68 | 0.63 |
| Hex | 5F | E0 | 9F | 3A | 0 | 1D | C | 96 | 44 | 3F |
| Octal | 137 | 340 | 237 | 72 | 0 | 35 | 14 | 226 | 104 | 77 |
| Binary | 1011111 | 11100000 | 10011111 | 111010 | 0 | 11101 | 1100 | 10010110 | 1000100 | 111111 |
Color Harmonies of #5FE09F
Complementary color
Monochromatic Colors of #5FE09F
Black with #5FE09F
Text Example
Text Example
White with #5FE09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE09F; }
p { color: rgb(95,224,159); }
H1.HeaderClassName
{
color: #5FE09F;
}
.AnyTagClassName
{
color: #5FE09F;
}
</style>
background-color css
<style>
a { background-color: #5FE09F; }
a { background-color: rgb(95,224,159); }
div.DivClassName
{
background-color: #5FE09F;
}
.BgClassName
{
background-color: #5FE09F;
}
</style>
border-color css
<style>
span { border-color: #5FE09F; }
span { border-color: rgb(95,224,159); }
td.TdClassName
{
border-color: #5FE09F;
}
.TagClassName
{
border-color: #5FE09F;
}
</style>