Shades of Medium Sea Green #3FC066
Tints of Medium Sea Green #3FC066
RGB
CMYK
RGB Variations
Color information
#3FC066 (or 0x3FC066) is known color: Medium Sea Green. HEX triplet: 3F, C0 and 66. RGB value is (63,192,102). Sum of RGB (Red+Green+Blue) = 63+192+102=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC066 is #C03F99. Grayscale: #8F8F8F. Windows color (decimal): -12599194 or 6733887. OLE color: 6733887.
HSL color Cylindrical-coordinate representation of color #3FC066: hue angle of 138.14º 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 #3FC066 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 102 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.25 |
| HSL | 138.14º | 0.51% | 0.5% | - |
| HSV(B) | 138.14º | 0.67% | 0.75% | - |
| XYZ | 23.3 | 39.72 | 19.01 | - |
| YUV | 143.17 | 104.76 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 102 | 0.67 | 0 | 0.47 | 0.25 | 138.14 | 0.51 | 0.5 |
| Hex | 3F | C0 | 66 | 43 | 0 | 2F | 19 | 8A | 33 | 32 |
| Octal | 77 | 300 | 146 | 103 | 0 | 57 | 31 | 212 | 63 | 62 |
| Binary | 111111 | 11000000 | 1100110 | 1000011 | 0 | 101111 | 11001 | 10001010 | 110011 | 110010 |
Color Harmonies of #3FC066
Complementary color
Monochromatic Colors of #3FC066
Black with #3FC066
Text Example
Text Example
White with #3FC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC066; }
p { color: rgb(63,192,102); }
H1.HeaderClassName
{
color: #3FC066;
}
.AnyTagClassName
{
color: #3FC066;
}
</style>
background-color css
<style>
a { background-color: #3FC066; }
a { background-color: rgb(63,192,102); }
div.DivClassName
{
background-color: #3FC066;
}
.BgClassName
{
background-color: #3FC066;
}
</style>
border-color css
<style>
span { border-color: #3FC066; }
span { border-color: rgb(63,192,102); }
td.TdClassName
{
border-color: #3FC066;
}
.TagClassName
{
border-color: #3FC066;
}
</style>