Shades of Medium Aquamarine #5FFC9F
Tints of Medium Aquamarine #5FFC9F
RGB
CMYK
RGB Variations
Color information
#5FFC9F (or 0x5FFC9F) is known color: Medium Aquamarine. HEX triplet: 5F, FC and 9F. RGB value is (95,252,159). Sum of RGB (Red+Green+Blue) = 95+252+159=506 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.77% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFC9F is #A00360. Grayscale: #C2C2C2. Windows color (decimal): -10486625 or 10484831. OLE color: 10484831.
HSL color Cylindrical-coordinate representation of color #5FFC9F: hue angle of 144.46º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFC9F is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 159 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.01 |
| HSL | 144.46º | 0.96% | 0.68% | - |
| HSV(B) | 144.46º | 0.62% | 0.99% | - |
| XYZ | 45.79 | 74.56 | 44.78 | - |
| YUV | 194.46 | 107.99 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 159 | 0.62 | 0 | 0.37 | 0.01 | 144.46 | 0.96 | 0.68 |
| Hex | 5F | FC | 9F | 3E | 0 | 25 | 1 | 90 | 60 | 44 |
| Octal | 137 | 374 | 237 | 76 | 0 | 45 | 1 | 220 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10011111 | 111110 | 0 | 100101 | 1 | 10010000 | 1100000 | 1000100 |
Color Harmonies of #5FFC9F
Complementary color
Monochromatic Colors of #5FFC9F
Black with #5FFC9F
Text Example
Text Example
White with #5FFC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC9F; }
p { color: rgb(95,252,159); }
H1.HeaderClassName
{
color: #5FFC9F;
}
.AnyTagClassName
{
color: #5FFC9F;
}
</style>
background-color css
<style>
a { background-color: #5FFC9F; }
a { background-color: rgb(95,252,159); }
div.DivClassName
{
background-color: #5FFC9F;
}
.BgClassName
{
background-color: #5FFC9F;
}
</style>
border-color css
<style>
span { border-color: #5FFC9F; }
span { border-color: rgb(95,252,159); }
td.TdClassName
{
border-color: #5FFC9F;
}
.TagClassName
{
border-color: #5FFC9F;
}
</style>