Shades of Medium Sea Green #3BC85D
Tints of Medium Sea Green #3BC85D
RGB
CMYK
RGB Variations
Color information
#3BC85D (or 0x3BC85D) is known color: Medium Sea Green. HEX triplet: 3B, C8 and 5D. RGB value is (59,200,93). Sum of RGB (Red+Green+Blue) = 59+200+93=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC85D is #C437A2. Grayscale: #919191. Windows color (decimal): -12859299 or 6146107. OLE color: 6146107.
HSL color Cylindrical-coordinate representation of color #3BC85D: hue angle of 134.47º 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 #3BC85D is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 93 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.22 |
| HSL | 134.47º | 0.56% | 0.51% | - |
| HSV(B) | 134.47º | 0.71% | 0.78% | - |
| XYZ | 24.43 | 43.03 | 17.37 | - |
| YUV | 145.64 | 98.29 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 93 | 0.70 | 0 | 0.54 | 0.22 | 134.47 | 0.56 | 0.51 |
| Hex | 3B | C8 | 5D | 46 | 0 | 36 | 16 | 86 | 38 | 33 |
| Octal | 73 | 310 | 135 | 106 | 0 | 66 | 26 | 206 | 70 | 63 |
| Binary | 111011 | 11001000 | 1011101 | 1000110 | 0 | 110110 | 10110 | 10000110 | 111000 | 110011 |
Color Harmonies of #3BC85D
Complementary color
Monochromatic Colors of #3BC85D
Black with #3BC85D
Text Example
Text Example
White with #3BC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC85D; }
p { color: rgb(59,200,93); }
H1.HeaderClassName
{
color: #3BC85D;
}
.AnyTagClassName
{
color: #3BC85D;
}
</style>
background-color css
<style>
a { background-color: #3BC85D; }
a { background-color: rgb(59,200,93); }
div.DivClassName
{
background-color: #3BC85D;
}
.BgClassName
{
background-color: #3BC85D;
}
</style>
border-color css
<style>
span { border-color: #3BC85D; }
span { border-color: rgb(59,200,93); }
td.TdClassName
{
border-color: #3BC85D;
}
.TagClassName
{
border-color: #3BC85D;
}
</style>