Shades of Medium Sea Green #3FC080
Tints of Medium Sea Green #3FC080
RGB
CMYK
RGB Variations
Color information
#3FC080 (or 0x3FC080) is known color: Medium Sea Green. HEX triplet: 3F, C0 and 80. RGB value is (63,192,128). Sum of RGB (Red+Green+Blue) = 63+192+128=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC080 is #C03F7F. Grayscale: #929292. Windows color (decimal): -12599168 or 8437823. OLE color: 8437823.
HSL color Cylindrical-coordinate representation of color #3FC080: hue angle of 150.23º degrees, saturation: 0.51, 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 #3FC080 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 128 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.25 |
| HSL | 150.23º | 0.51% | 0.5% | - |
| HSV(B) | 150.23º | 0.67% | 0.75% | - |
| XYZ | 24.8 | 40.31 | 26.9 | - |
| YUV | 146.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 128 | 0.67 | 0 | 0.33 | 0.25 | 150.23 | 0.51 | 0.5 |
| Hex | 3F | C0 | 80 | 43 | 0 | 21 | 19 | 96 | 33 | 32 |
| Octal | 77 | 300 | 200 | 103 | 0 | 41 | 31 | 226 | 63 | 62 |
| Binary | 111111 | 11000000 | 10000000 | 1000011 | 0 | 100001 | 11001 | 10010110 | 110011 | 110010 |
Color Harmonies of #3FC080
Complementary color
Monochromatic Colors of #3FC080
Black with #3FC080
Text Example
Text Example
White with #3FC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC080; }
p { color: rgb(63,192,128); }
H1.HeaderClassName
{
color: #3FC080;
}
.AnyTagClassName
{
color: #3FC080;
}
</style>
background-color css
<style>
a { background-color: #3FC080; }
a { background-color: rgb(63,192,128); }
div.DivClassName
{
background-color: #3FC080;
}
.BgClassName
{
background-color: #3FC080;
}
</style>
border-color css
<style>
span { border-color: #3FC080; }
span { border-color: rgb(63,192,128); }
td.TdClassName
{
border-color: #3FC080;
}
.TagClassName
{
border-color: #3FC080;
}
</style>