Shades of Medium Aquamarine #5FFF9F
Tints of Medium Aquamarine #5FFF9F
RGB
CMYK
RGB Variations
Color information
#5FFF9F (or 0x5FFF9F) is known color: Medium Aquamarine. HEX triplet: 5F, FF and 9F. RGB value is (95,255,159). Sum of RGB (Red+Green+Blue) = 95+255+159=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFF9F is #A00060. Grayscale: #C4C4C4. Windows color (decimal): -10485857 or 10485599. OLE color: 10485599.
HSL color Cylindrical-coordinate representation of color #5FFF9F: hue angle of 144º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFF9F is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 159 | - |
| CMYK | 0.63 | 0 | 0.38 | 0 |
| HSL | 144º | 1% | 0.69% | - |
| HSV(B) | 144º | 0.63% | 1% | - |
| XYZ | 46.74 | 76.46 | 45.1 | - |
| YUV | 196.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 159 | 0.63 | 0 | 0.38 | 0 | 144 | 1 | 0.69 |
| Hex | 5F | FF | 9F | 3F | 0 | 26 | 0 | 90 | 64 | 45 |
| Octal | 137 | 377 | 237 | 77 | 0 | 46 | 0 | 220 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10011111 | 111111 | 0 | 100110 | 0 | 10010000 | 1100100 | 1000101 |
Color Harmonies of #5FFF9F
Complementary color
Monochromatic Colors of #5FFF9F
Black with #5FFF9F
Text Example
Text Example
White with #5FFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFF9F; }
p { color: rgb(95,255,159); }
H1.HeaderClassName
{
color: #5FFF9F;
}
.AnyTagClassName
{
color: #5FFF9F;
}
</style>
background-color css
<style>
a { background-color: #5FFF9F; }
a { background-color: rgb(95,255,159); }
div.DivClassName
{
background-color: #5FFF9F;
}
.BgClassName
{
background-color: #5FFF9F;
}
</style>
border-color css
<style>
span { border-color: #5FFF9F; }
span { border-color: rgb(95,255,159); }
td.TdClassName
{
border-color: #5FFF9F;
}
.TagClassName
{
border-color: #5FFF9F;
}
</style>