Shades of Medium Sea Green #3FB970
Tints of Medium Sea Green #3FB970
RGB
CMYK
RGB Variations
Color information
#3FB970 (or 0x3FB970) is known color: Medium Sea Green. HEX triplet: 3F, B9 and 70. RGB value is (63,185,112). Sum of RGB (Red+Green+Blue) = 63+185+112=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB970 is #C0468F. Grayscale: #8C8C8C. Windows color (decimal): -12600976 or 7387455. OLE color: 7387455.
HSL color Cylindrical-coordinate representation of color #3FB970: hue angle of 144.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB970 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 112 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.27 |
| HSL | 144.1º | 0.49% | 0.49% | - |
| HSV(B) | 144.1º | 0.66% | 0.73% | - |
| XYZ | 22.32 | 36.92 | 21.28 | - |
| YUV | 140.2 | 112.08 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 112 | 0.66 | 0 | 0.39 | 0.27 | 144.1 | 0.49 | 0.49 |
| Hex | 3F | B9 | 70 | 42 | 0 | 27 | 1B | 90 | 31 | 31 |
| Octal | 77 | 271 | 160 | 102 | 0 | 47 | 33 | 220 | 61 | 61 |
| Binary | 111111 | 10111001 | 1110000 | 1000010 | 0 | 100111 | 11011 | 10010000 | 110001 | 110001 |
Color Harmonies of #3FB970
Complementary color
Monochromatic Colors of #3FB970
Black with #3FB970
Text Example
Text Example
White with #3FB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB970; }
p { color: rgb(63,185,112); }
H1.HeaderClassName
{
color: #3FB970;
}
.AnyTagClassName
{
color: #3FB970;
}
</style>
background-color css
<style>
a { background-color: #3FB970; }
a { background-color: rgb(63,185,112); }
div.DivClassName
{
background-color: #3FB970;
}
.BgClassName
{
background-color: #3FB970;
}
</style>
border-color css
<style>
span { border-color: #3FB970; }
span { border-color: rgb(63,185,112); }
td.TdClassName
{
border-color: #3FB970;
}
.TagClassName
{
border-color: #3FB970;
}
</style>