Shades of Medium Sea Green #1FC86F
Tints of Medium Sea Green #1FC86F
RGB
CMYK
RGB Variations
Color information
#1FC86F (or 0x1FC86F) is known color: Medium Sea Green. HEX triplet: 1F, C8 and 6F. RGB value is (31,200,111). Sum of RGB (Red+Green+Blue) = 31+200+111=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 200 (78.52% from 255 or 58.48% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC86F is #E03790. Grayscale: #8B8B8B. Windows color (decimal): -14694289 or 7325727. OLE color: 7325727.
HSL color Cylindrical-coordinate representation of color #1FC86F: hue angle of 148.4º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC86F is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 111 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.22 |
| HSL | 148.4º | 0.73% | 0.45% | - |
| HSV(B) | 148.4º | 0.85% | 0.78% | - |
| XYZ | 24.09 | 42.75 | 22.02 | - |
| YUV | 139.32 | 112.01 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 111 | 0.84 | 0 | 0.44 | 0.22 | 148.4 | 0.73 | 0.45 |
| Hex | 1F | C8 | 6F | 54 | 0 | 2C | 16 | 94 | 49 | 2D |
| Octal | 37 | 310 | 157 | 124 | 0 | 54 | 26 | 224 | 111 | 55 |
| Binary | 11111 | 11001000 | 1101111 | 1010100 | 0 | 101100 | 10110 | 10010100 | 1001001 | 101101 |
Color Harmonies of #1FC86F
Complementary color
Monochromatic Colors of #1FC86F
Black with #1FC86F
Text Example
Text Example
White with #1FC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC86F; }
p { color: rgb(31,200,111); }
H1.HeaderClassName
{
color: #1FC86F;
}
.AnyTagClassName
{
color: #1FC86F;
}
</style>
background-color css
<style>
a { background-color: #1FC86F; }
a { background-color: rgb(31,200,111); }
div.DivClassName
{
background-color: #1FC86F;
}
.BgClassName
{
background-color: #1FC86F;
}
</style>
border-color css
<style>
span { border-color: #1FC86F; }
span { border-color: rgb(31,200,111); }
td.TdClassName
{
border-color: #1FC86F;
}
.TagClassName
{
border-color: #1FC86F;
}
</style>