Shades of Medium Sea Green #3BC360
Tints of Medium Sea Green #3BC360
RGB
CMYK
RGB Variations
Color information
#3BC360 (or 0x3BC360) is known color: Medium Sea Green. HEX triplet: 3B, C3 and 60. RGB value is (59,195,96). Sum of RGB (Red+Green+Blue) = 59+195+96=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC360 is #C43C9F. Grayscale: #8F8F8F. Windows color (decimal): -12860576 or 6341435. OLE color: 6341435.
HSL color Cylindrical-coordinate representation of color #3BC360: hue angle of 136.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC360 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 96 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.24 |
| HSL | 136.32º | 0.54% | 0.5% | - |
| HSV(B) | 136.32º | 0.7% | 0.76% | - |
| XYZ | 23.43 | 40.8 | 17.71 | - |
| YUV | 143.05 | 101.44 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 96 | 0.70 | 0 | 0.51 | 0.24 | 136.32 | 0.54 | 0.5 |
| Hex | 3B | C3 | 60 | 46 | 0 | 33 | 18 | 88 | 36 | 32 |
| Octal | 73 | 303 | 140 | 106 | 0 | 63 | 30 | 210 | 66 | 62 |
| Binary | 111011 | 11000011 | 1100000 | 1000110 | 0 | 110011 | 11000 | 10001000 | 110110 | 110010 |
Color Harmonies of #3BC360
Complementary color
Monochromatic Colors of #3BC360
Black with #3BC360
Text Example
Text Example
White with #3BC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC360; }
p { color: rgb(59,195,96); }
H1.HeaderClassName
{
color: #3BC360;
}
.AnyTagClassName
{
color: #3BC360;
}
</style>
background-color css
<style>
a { background-color: #3BC360; }
a { background-color: rgb(59,195,96); }
div.DivClassName
{
background-color: #3BC360;
}
.BgClassName
{
background-color: #3BC360;
}
</style>
border-color css
<style>
span { border-color: #3BC360; }
span { border-color: rgb(59,195,96); }
td.TdClassName
{
border-color: #3BC360;
}
.TagClassName
{
border-color: #3BC360;
}
</style>