Shades of Medium Sea Green #3FB080
Tints of Medium Sea Green #3FB080
RGB
CMYK
RGB Variations
Color information
#3FB080 (or 0x3FB080) is known color: Medium Sea Green. HEX triplet: 3F, B0 and 80. RGB value is (63,176,128). Sum of RGB (Red+Green+Blue) = 63+176+128=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB080 is #C04F7F. Grayscale: #888888. Windows color (decimal): -12603264 or 8433727. OLE color: 8433727.
HSL color Cylindrical-coordinate representation of color #3FB080: hue angle of 154.51º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FB080 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 176 | 128 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.31 |
| HSL | 154.51º | 0.47% | 0.47% | - |
| HSV(B) | 154.51º | 0.64% | 0.69% | - |
| XYZ | 21.47 | 33.67 | 25.79 | - |
| YUV | 136.74 | 123.06 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 128 | 0.64 | 0 | 0.27 | 0.31 | 154.51 | 0.47 | 0.47 |
| Hex | 3F | B0 | 80 | 40 | 0 | 1B | 1F | 9B | 2F | 2F |
| Octal | 77 | 260 | 200 | 100 | 0 | 33 | 37 | 233 | 57 | 57 |
| Binary | 111111 | 10110000 | 10000000 | 1000000 | 0 | 11011 | 11111 | 10011011 | 101111 | 101111 |
Color Harmonies of #3FB080
Complementary color
Monochromatic Colors of #3FB080
Black with #3FB080
Text Example
Text Example
White with #3FB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB080; }
p { color: rgb(63,176,128); }
H1.HeaderClassName
{
color: #3FB080;
}
.AnyTagClassName
{
color: #3FB080;
}
</style>
background-color css
<style>
a { background-color: #3FB080; }
a { background-color: rgb(63,176,128); }
div.DivClassName
{
background-color: #3FB080;
}
.BgClassName
{
background-color: #3FB080;
}
</style>
border-color css
<style>
span { border-color: #3FB080; }
span { border-color: rgb(63,176,128); }
td.TdClassName
{
border-color: #3FB080;
}
.TagClassName
{
border-color: #3FB080;
}
</style>