Shades of Medium Sea Green #3FBF74
Tints of Medium Sea Green #3FBF74
RGB
CMYK
RGB Variations
Color information
#3FBF74 (or 0x3FBF74) is known color: Medium Sea Green. HEX triplet: 3F, BF and 74. RGB value is (63,191,116). Sum of RGB (Red+Green+Blue) = 63+191+116=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBF74 is #C0408B. Grayscale: #909090. Windows color (decimal): -12599436 or 7651135. OLE color: 7651135.
HSL color Cylindrical-coordinate representation of color #3FBF74: hue angle of 144.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBF74 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 116 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.25 |
| HSL | 144.84º | 0.5% | 0.5% | - |
| HSV(B) | 144.84º | 0.67% | 0.75% | - |
| XYZ | 23.83 | 39.58 | 22.91 | - |
| YUV | 144.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 116 | 0.67 | 0 | 0.39 | 0.25 | 144.84 | 0.5 | 0.5 |
| Hex | 3F | BF | 74 | 43 | 0 | 27 | 19 | 91 | 32 | 32 |
| Octal | 77 | 277 | 164 | 103 | 0 | 47 | 31 | 221 | 62 | 62 |
| Binary | 111111 | 10111111 | 1110100 | 1000011 | 0 | 100111 | 11001 | 10010001 | 110010 | 110010 |
Color Harmonies of #3FBF74
Complementary color
Monochromatic Colors of #3FBF74
Black with #3FBF74
Text Example
Text Example
White with #3FBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBF74; }
p { color: rgb(63,191,116); }
H1.HeaderClassName
{
color: #3FBF74;
}
.AnyTagClassName
{
color: #3FBF74;
}
</style>
background-color css
<style>
a { background-color: #3FBF74; }
a { background-color: rgb(63,191,116); }
div.DivClassName
{
background-color: #3FBF74;
}
.BgClassName
{
background-color: #3FBF74;
}
</style>
border-color css
<style>
span { border-color: #3FBF74; }
span { border-color: rgb(63,191,116); }
td.TdClassName
{
border-color: #3FBF74;
}
.TagClassName
{
border-color: #3FBF74;
}
</style>