Shades of Medium Aquamarine #5FCF9F
Tints of Medium Aquamarine #5FCF9F
RGB
CMYK
RGB Variations
Color information
#5FCF9F (or 0x5FCF9F) is known color: Medium Aquamarine. HEX triplet: 5F, CF and 9F. RGB value is (95,207,159). Sum of RGB (Red+Green+Blue) = 95+207+159=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCF9F is #A03060. Grayscale: #A8A8A8. Windows color (decimal): -10498145 or 10473311. OLE color: 10473311.
HSL color Cylindrical-coordinate representation of color #5FCF9F: hue angle of 154.29º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF9F is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 159 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.19 |
| HSL | 154.29º | 0.54% | 0.59% | - |
| HSV(B) | 154.29º | 0.54% | 0.81% | - |
| XYZ | 33.29 | 49.56 | 40.61 | - |
| YUV | 168.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 159 | 0.54 | 0 | 0.23 | 0.19 | 154.29 | 0.54 | 0.59 |
| Hex | 5F | CF | 9F | 36 | 0 | 17 | 13 | 9A | 36 | 3B |
| Octal | 137 | 317 | 237 | 66 | 0 | 27 | 23 | 232 | 66 | 73 |
| Binary | 1011111 | 11001111 | 10011111 | 110110 | 0 | 10111 | 10011 | 10011010 | 110110 | 111011 |
Color Harmonies of #5FCF9F
Complementary color
Monochromatic Colors of #5FCF9F
Black with #5FCF9F
Text Example
Text Example
White with #5FCF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF9F; }
p { color: rgb(95,207,159); }
H1.HeaderClassName
{
color: #5FCF9F;
}
.AnyTagClassName
{
color: #5FCF9F;
}
</style>
background-color css
<style>
a { background-color: #5FCF9F; }
a { background-color: rgb(95,207,159); }
div.DivClassName
{
background-color: #5FCF9F;
}
.BgClassName
{
background-color: #5FCF9F;
}
</style>
border-color css
<style>
span { border-color: #5FCF9F; }
span { border-color: rgb(95,207,159); }
td.TdClassName
{
border-color: #5FCF9F;
}
.TagClassName
{
border-color: #5FCF9F;
}
</style>