Shades of Medium Sea Green #3FBC85
Tints of Medium Sea Green #3FBC85
RGB
CMYK
RGB Variations
Color information
#3FBC85 (or 0x3FBC85) is known color: Medium Sea Green. HEX triplet: 3F, BC and 85. RGB value is (63,188,133). Sum of RGB (Red+Green+Blue) = 63+188+133=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBC85 is #C0437A. Grayscale: #909090. Windows color (decimal): -12600187 or 8764479. OLE color: 8764479.
HSL color Cylindrical-coordinate representation of color #3FBC85: hue angle of 153.6º 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 #3FBC85 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 133 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.26 |
| HSL | 153.6º | 0.5% | 0.49% | - |
| HSV(B) | 153.6º | 0.66% | 0.74% | - |
| XYZ | 24.27 | 38.72 | 28.38 | - |
| YUV | 144.36 | 121.59 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 133 | 0.66 | 0 | 0.29 | 0.26 | 153.6 | 0.5 | 0.49 |
| Hex | 3F | BC | 85 | 42 | 0 | 1D | 1A | 9A | 32 | 31 |
| Octal | 77 | 274 | 205 | 102 | 0 | 35 | 32 | 232 | 62 | 61 |
| Binary | 111111 | 10111100 | 10000101 | 1000010 | 0 | 11101 | 11010 | 10011010 | 110010 | 110001 |
Color Harmonies of #3FBC85
Complementary color
Monochromatic Colors of #3FBC85
Black with #3FBC85
Text Example
Text Example
White with #3FBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC85; }
p { color: rgb(63,188,133); }
H1.HeaderClassName
{
color: #3FBC85;
}
.AnyTagClassName
{
color: #3FBC85;
}
</style>
background-color css
<style>
a { background-color: #3FBC85; }
a { background-color: rgb(63,188,133); }
div.DivClassName
{
background-color: #3FBC85;
}
.BgClassName
{
background-color: #3FBC85;
}
</style>
border-color css
<style>
span { border-color: #3FBC85; }
span { border-color: rgb(63,188,133); }
td.TdClassName
{
border-color: #3FBC85;
}
.TagClassName
{
border-color: #3FBC85;
}
</style>