Shades of Medium Aquamarine #5FE29F
Tints of Medium Aquamarine #5FE29F
RGB
CMYK
RGB Variations
Color information
#5FE29F (or 0x5FE29F) is known color: Medium Aquamarine. HEX triplet: 5F, E2 and 9F. RGB value is (95,226,159). Sum of RGB (Red+Green+Blue) = 95+226+159=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE29F is #A01D60. Grayscale: #B3B3B3. Windows color (decimal): -10493281 or 10478175. OLE color: 10478175.
HSL color Cylindrical-coordinate representation of color #5FE29F: hue angle of 149.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE29F is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 159 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.11 |
| HSL | 149.31º | 0.69% | 0.63% | - |
| HSV(B) | 149.31º | 0.58% | 0.89% | - |
| XYZ | 38.17 | 59.33 | 42.24 | - |
| YUV | 179.19 | 116.6 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 159 | 0.58 | 0 | 0.30 | 0.11 | 149.31 | 0.69 | 0.63 |
| Hex | 5F | E2 | 9F | 3A | 0 | 1E | B | 95 | 45 | 3F |
| Octal | 137 | 342 | 237 | 72 | 0 | 36 | 13 | 225 | 105 | 77 |
| Binary | 1011111 | 11100010 | 10011111 | 111010 | 0 | 11110 | 1011 | 10010101 | 1000101 | 111111 |
Color Harmonies of #5FE29F
Complementary color
Monochromatic Colors of #5FE29F
Black with #5FE29F
Text Example
Text Example
White with #5FE29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE29F; }
p { color: rgb(95,226,159); }
H1.HeaderClassName
{
color: #5FE29F;
}
.AnyTagClassName
{
color: #5FE29F;
}
</style>
background-color css
<style>
a { background-color: #5FE29F; }
a { background-color: rgb(95,226,159); }
div.DivClassName
{
background-color: #5FE29F;
}
.BgClassName
{
background-color: #5FE29F;
}
</style>
border-color css
<style>
span { border-color: #5FE29F; }
span { border-color: rgb(95,226,159); }
td.TdClassName
{
border-color: #5FE29F;
}
.TagClassName
{
border-color: #5FE29F;
}
</style>