Shades of Medium Aquamarine #5FFE9F
Tints of Medium Aquamarine #5FFE9F
RGB
CMYK
RGB Variations
Color information
#5FFE9F (or 0x5FFE9F) is known color: Medium Aquamarine. HEX triplet: 5F, FE and 9F. RGB value is (95,254,159). Sum of RGB (Red+Green+Blue) = 95+254+159=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFE9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFE9F is #A00160. Grayscale: #C3C3C3. Windows color (decimal): -10486113 or 10485343. OLE color: 10485343.
HSL color Cylindrical-coordinate representation of color #5FFE9F: hue angle of 144.15º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFE9F is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 159 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.00 |
| HSL | 144.15º | 0.99% | 0.68% | - |
| HSV(B) | 144.15º | 0.63% | 1% | - |
| XYZ | 46.42 | 75.82 | 44.99 | - |
| YUV | 195.63 | 107.32 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 159 | 0.63 | 0 | 0.37 | 0.00 | 144.15 | 0.99 | 0.68 |
| Hex | 5F | FE | 9F | 3F | 0 | 25 | 0 | 90 | 63 | 44 |
| Octal | 137 | 376 | 237 | 77 | 0 | 45 | 0 | 220 | 143 | 104 |
| Binary | 1011111 | 11111110 | 10011111 | 111111 | 0 | 100101 | 0 | 10010000 | 1100011 | 1000100 |
Color Harmonies of #5FFE9F
Complementary color
Monochromatic Colors of #5FFE9F
Black with #5FFE9F
Text Example
Text Example
White with #5FFE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFE9F; }
p { color: rgb(95,254,159); }
H1.HeaderClassName
{
color: #5FFE9F;
}
.AnyTagClassName
{
color: #5FFE9F;
}
</style>
background-color css
<style>
a { background-color: #5FFE9F; }
a { background-color: rgb(95,254,159); }
div.DivClassName
{
background-color: #5FFE9F;
}
.BgClassName
{
background-color: #5FFE9F;
}
</style>
border-color css
<style>
span { border-color: #5FFE9F; }
span { border-color: rgb(95,254,159); }
td.TdClassName
{
border-color: #5FFE9F;
}
.TagClassName
{
border-color: #5FFE9F;
}
</style>