Shades of Medium Sea Green #3BC375
Tints of Medium Sea Green #3BC375
RGB
CMYK
RGB Variations
Color information
#3BC375 (or 0x3BC375) is known color: Medium Sea Green. HEX triplet: 3B, C3 and 75. RGB value is (59,195,117). Sum of RGB (Red+Green+Blue) = 59+195+117=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC375 is #C43C8A. Grayscale: #919191. Windows color (decimal): -12860555 or 7717691. OLE color: 7717691.
HSL color Cylindrical-coordinate representation of color #3BC375: hue angle of 145.59º 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 #3BC375 is Cyan = 0.70, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 117 | - |
| CMYK | 0.70 | 0 | 0.4 | 0.24 |
| HSL | 145.59º | 0.54% | 0.5% | - |
| HSV(B) | 145.59º | 0.7% | 0.76% | - |
| XYZ | 24.53 | 41.24 | 23.5 | - |
| YUV | 145.44 | 111.94 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 117 | 0.70 | 0 | 0.4 | 0.24 | 145.59 | 0.54 | 0.5 |
| Hex | 3B | C3 | 75 | 46 | 0 | 28 | 18 | 92 | 36 | 32 |
| Octal | 73 | 303 | 165 | 106 | 0 | 50 | 30 | 222 | 66 | 62 |
| Binary | 111011 | 11000011 | 1110101 | 1000110 | 0 | 101000 | 11000 | 10010010 | 110110 | 110010 |
Color Harmonies of #3BC375
Complementary color
Monochromatic Colors of #3BC375
Black with #3BC375
Text Example
Text Example
White with #3BC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC375; }
p { color: rgb(59,195,117); }
H1.HeaderClassName
{
color: #3BC375;
}
.AnyTagClassName
{
color: #3BC375;
}
</style>
background-color css
<style>
a { background-color: #3BC375; }
a { background-color: rgb(59,195,117); }
div.DivClassName
{
background-color: #3BC375;
}
.BgClassName
{
background-color: #3BC375;
}
</style>
border-color css
<style>
span { border-color: #3BC375; }
span { border-color: rgb(59,195,117); }
td.TdClassName
{
border-color: #3BC375;
}
.TagClassName
{
border-color: #3BC375;
}
</style>