Shades of Medium Aquamarine #5FC99F
Tints of Medium Aquamarine #5FC99F
RGB
CMYK
RGB Variations
Color information
#5FC99F (or 0x5FC99F) is known color: Medium Aquamarine. HEX triplet: 5F, C9 and 9F. RGB value is (95,201,159). Sum of RGB (Red+Green+Blue) = 95+201+159=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC99F is #A03660. Grayscale: #A4A4A4. Windows color (decimal): -10499681 or 10471775. OLE color: 10471775.
HSL color Cylindrical-coordinate representation of color #5FC99F: hue angle of 156.23º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC99F is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 159 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.21 |
| HSL | 156.23º | 0.5% | 0.58% | - |
| HSV(B) | 156.23º | 0.53% | 0.79% | - |
| XYZ | 31.86 | 46.71 | 40.14 | - |
| YUV | 164.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 159 | 0.53 | 0 | 0.21 | 0.21 | 156.23 | 0.5 | 0.58 |
| Hex | 5F | C9 | 9F | 35 | 0 | 15 | 15 | 9C | 32 | 3A |
| Octal | 137 | 311 | 237 | 65 | 0 | 25 | 25 | 234 | 62 | 72 |
| Binary | 1011111 | 11001001 | 10011111 | 110101 | 0 | 10101 | 10101 | 10011100 | 110010 | 111010 |
Color Harmonies of #5FC99F
Complementary color
Monochromatic Colors of #5FC99F
Black with #5FC99F
Text Example
Text Example
White with #5FC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC99F; }
p { color: rgb(95,201,159); }
H1.HeaderClassName
{
color: #5FC99F;
}
.AnyTagClassName
{
color: #5FC99F;
}
</style>
background-color css
<style>
a { background-color: #5FC99F; }
a { background-color: rgb(95,201,159); }
div.DivClassName
{
background-color: #5FC99F;
}
.BgClassName
{
background-color: #5FC99F;
}
</style>
border-color css
<style>
span { border-color: #5FC99F; }
span { border-color: rgb(95,201,159); }
td.TdClassName
{
border-color: #5FC99F;
}
.TagClassName
{
border-color: #5FC99F;
}
</style>