Shades of Medium Sea Green #3FBC82
Tints of Medium Sea Green #3FBC82
RGB
CMYK
RGB Variations
Color information
#3FBC82 (or 0x3FBC82) is known color: Medium Sea Green. HEX triplet: 3F, BC and 82. RGB value is (63,188,130). Sum of RGB (Red+Green+Blue) = 63+188+130=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBC82 is #C0437D. Grayscale: #909090. Windows color (decimal): -12600190 or 8567871. OLE color: 8567871.
HSL color Cylindrical-coordinate representation of color #3FBC82: hue angle of 152.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC82 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 130 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.26 |
| HSL | 152.16º | 0.5% | 0.49% | - |
| HSV(B) | 152.16º | 0.66% | 0.74% | - |
| XYZ | 24.06 | 38.63 | 27.31 | - |
| YUV | 144.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 130 | 0.66 | 0 | 0.31 | 0.26 | 152.16 | 0.5 | 0.49 |
| Hex | 3F | BC | 82 | 42 | 0 | 1F | 1A | 98 | 32 | 31 |
| Octal | 77 | 274 | 202 | 102 | 0 | 37 | 32 | 230 | 62 | 61 |
| Binary | 111111 | 10111100 | 10000010 | 1000010 | 0 | 11111 | 11010 | 10011000 | 110010 | 110001 |
Color Harmonies of #3FBC82
Complementary color
Monochromatic Colors of #3FBC82
Black with #3FBC82
Text Example
Text Example
White with #3FBC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC82; }
p { color: rgb(63,188,130); }
H1.HeaderClassName
{
color: #3FBC82;
}
.AnyTagClassName
{
color: #3FBC82;
}
</style>
background-color css
<style>
a { background-color: #3FBC82; }
a { background-color: rgb(63,188,130); }
div.DivClassName
{
background-color: #3FBC82;
}
.BgClassName
{
background-color: #3FBC82;
}
</style>
border-color css
<style>
span { border-color: #3FBC82; }
span { border-color: rgb(63,188,130); }
td.TdClassName
{
border-color: #3FBC82;
}
.TagClassName
{
border-color: #3FBC82;
}
</style>