Shades of Medium Sea Green #3BC85F
Tints of Medium Sea Green #3BC85F
RGB
CMYK
RGB Variations
Color information
#3BC85F (or 0x3BC85F) is known color: Medium Sea Green. HEX triplet: 3B, C8 and 5F. RGB value is (59,200,95). Sum of RGB (Red+Green+Blue) = 59+200+95=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC85F is #C437A0. Grayscale: #929292. Windows color (decimal): -12859297 or 6277179. OLE color: 6277179.
HSL color Cylindrical-coordinate representation of color #3BC85F: hue angle of 135.32º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC85F is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 95 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.22 |
| HSL | 135.32º | 0.56% | 0.51% | - |
| HSV(B) | 135.32º | 0.71% | 0.78% | - |
| XYZ | 24.52 | 43.06 | 17.85 | - |
| YUV | 145.87 | 99.29 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 95 | 0.70 | 0 | 0.52 | 0.22 | 135.32 | 0.56 | 0.51 |
| Hex | 3B | C8 | 5F | 46 | 0 | 34 | 16 | 87 | 38 | 33 |
| Octal | 73 | 310 | 137 | 106 | 0 | 64 | 26 | 207 | 70 | 63 |
| Binary | 111011 | 11001000 | 1011111 | 1000110 | 0 | 110100 | 10110 | 10000111 | 111000 | 110011 |
Color Harmonies of #3BC85F
Complementary color
Monochromatic Colors of #3BC85F
Black with #3BC85F
Text Example
Text Example
White with #3BC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC85F; }
p { color: rgb(59,200,95); }
H1.HeaderClassName
{
color: #3BC85F;
}
.AnyTagClassName
{
color: #3BC85F;
}
</style>
background-color css
<style>
a { background-color: #3BC85F; }
a { background-color: rgb(59,200,95); }
div.DivClassName
{
background-color: #3BC85F;
}
.BgClassName
{
background-color: #3BC85F;
}
</style>
border-color css
<style>
span { border-color: #3BC85F; }
span { border-color: rgb(59,200,95); }
td.TdClassName
{
border-color: #3BC85F;
}
.TagClassName
{
border-color: #3BC85F;
}
</style>