Shades of Medium Sea Green #3FB482
Tints of Medium Sea Green #3FB482
RGB
CMYK
RGB Variations
Color information
#3FB482 (or 0x3FB482) is known color: Medium Sea Green. HEX triplet: 3F, B4 and 82. RGB value is (63,180,130). Sum of RGB (Red+Green+Blue) = 63+180+130=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #3FB482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB482 is #C04B7D. Grayscale: #8B8B8B. Windows color (decimal): -12602238 or 8565823. OLE color: 8565823.
HSL color Cylindrical-coordinate representation of color #3FB482: hue angle of 154.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB482 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 180 | 130 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.29 |
| HSL | 154.36º | 0.48% | 0.48% | - |
| HSV(B) | 154.36º | 0.65% | 0.71% | - |
| XYZ | 22.4 | 35.31 | 26.75 | - |
| YUV | 139.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 130 | 0.65 | 0 | 0.28 | 0.29 | 154.36 | 0.48 | 0.48 |
| Hex | 3F | B4 | 82 | 41 | 0 | 1C | 1D | 9A | 30 | 30 |
| Octal | 77 | 264 | 202 | 101 | 0 | 34 | 35 | 232 | 60 | 60 |
| Binary | 111111 | 10110100 | 10000010 | 1000001 | 0 | 11100 | 11101 | 10011010 | 110000 | 110000 |
Color Harmonies of #3FB482
Complementary color
Monochromatic Colors of #3FB482
Black with #3FB482
Text Example
Text Example
White with #3FB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB482; }
p { color: rgb(63,180,130); }
H1.HeaderClassName
{
color: #3FB482;
}
.AnyTagClassName
{
color: #3FB482;
}
</style>
background-color css
<style>
a { background-color: #3FB482; }
a { background-color: rgb(63,180,130); }
div.DivClassName
{
background-color: #3FB482;
}
.BgClassName
{
background-color: #3FB482;
}
</style>
border-color css
<style>
span { border-color: #3FB482; }
span { border-color: rgb(63,180,130); }
td.TdClassName
{
border-color: #3FB482;
}
.TagClassName
{
border-color: #3FB482;
}
</style>