Shades of Medium Sea Green #1FB962
Tints of Medium Sea Green #1FB962
RGB
CMYK
RGB Variations
Color information
#1FB962 (or 0x1FB962) is known color: Medium Sea Green. HEX triplet: 1F, B9 and 62. RGB value is (31,185,98). Sum of RGB (Red+Green+Blue) = 31+185+98=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB962 is #E0469D. Grayscale: #818181. Windows color (decimal): -14698142 or 6469919. OLE color: 6469919.
HSL color Cylindrical-coordinate representation of color #1FB962: hue angle of 146.1º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB962 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 185 | 98 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.27 |
| HSL | 146.1º | 0.71% | 0.42% | - |
| HSV(B) | 146.1º | 0.83% | 0.73% | - |
| XYZ | 20.12 | 35.87 | 17.42 | - |
| YUV | 129.04 | 110.48 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 185 | 98 | 0.83 | 0 | 0.47 | 0.27 | 146.1 | 0.71 | 0.42 |
| Hex | 1F | B9 | 62 | 53 | 0 | 2F | 1B | 92 | 47 | 2A |
| Octal | 37 | 271 | 142 | 123 | 0 | 57 | 33 | 222 | 107 | 52 |
| Binary | 11111 | 10111001 | 1100010 | 1010011 | 0 | 101111 | 11011 | 10010010 | 1000111 | 101010 |
Color Harmonies of #1FB962
Complementary color
Monochromatic Colors of #1FB962
Black with #1FB962
Text Example
Text Example
White with #1FB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB962; }
p { color: rgb(31,185,98); }
H1.HeaderClassName
{
color: #1FB962;
}
.AnyTagClassName
{
color: #1FB962;
}
</style>
background-color css
<style>
a { background-color: #1FB962; }
a { background-color: rgb(31,185,98); }
div.DivClassName
{
background-color: #1FB962;
}
.BgClassName
{
background-color: #1FB962;
}
</style>
border-color css
<style>
span { border-color: #1FB962; }
span { border-color: rgb(31,185,98); }
td.TdClassName
{
border-color: #1FB962;
}
.TagClassName
{
border-color: #1FB962;
}
</style>