Shades of Medium Sea Green #3FB975
Tints of Medium Sea Green #3FB975
RGB
CMYK
RGB Variations
Color information
#3FB975 (or 0x3FB975) is known color: Medium Sea Green. HEX triplet: 3F, B9 and 75. RGB value is (63,185,117). Sum of RGB (Red+Green+Blue) = 63+185+117=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB975 is #C0468A. Grayscale: #8C8C8C. Windows color (decimal): -12600971 or 7715135. OLE color: 7715135.
HSL color Cylindrical-coordinate representation of color #3FB975: hue angle of 146.56º 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 #3FB975 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 117 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.27 |
| HSL | 146.56º | 0.49% | 0.49% | - |
| HSV(B) | 146.56º | 0.66% | 0.73% | - |
| XYZ | 22.61 | 37.04 | 22.79 | - |
| YUV | 140.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 117 | 0.66 | 0 | 0.37 | 0.27 | 146.56 | 0.49 | 0.49 |
| Hex | 3F | B9 | 75 | 42 | 0 | 25 | 1B | 93 | 31 | 31 |
| Octal | 77 | 271 | 165 | 102 | 0 | 45 | 33 | 223 | 61 | 61 |
| Binary | 111111 | 10111001 | 1110101 | 1000010 | 0 | 100101 | 11011 | 10010011 | 110001 | 110001 |
Color Harmonies of #3FB975
Complementary color
Monochromatic Colors of #3FB975
Black with #3FB975
Text Example
Text Example
White with #3FB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB975; }
p { color: rgb(63,185,117); }
H1.HeaderClassName
{
color: #3FB975;
}
.AnyTagClassName
{
color: #3FB975;
}
</style>
background-color css
<style>
a { background-color: #3FB975; }
a { background-color: rgb(63,185,117); }
div.DivClassName
{
background-color: #3FB975;
}
.BgClassName
{
background-color: #3FB975;
}
</style>
border-color css
<style>
span { border-color: #3FB975; }
span { border-color: rgb(63,185,117); }
td.TdClassName
{
border-color: #3FB975;
}
.TagClassName
{
border-color: #3FB975;
}
</style>