Shades of Medium Sea Green #3CB570
Tints of Medium Sea Green #3CB570
RGB
CMYK
RGB Variations
Color information
#3CB570 (or 0x3CB570) is known color: Medium Sea Green. HEX triplet: 3C, B5 and 70. RGB value is (60,181,112). Sum of RGB (Red+Green+Blue) = 60+181+112=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB570 is #C34A8F. Grayscale: #898989. Windows color (decimal): -12798608 or 7386428. OLE color: 7386428.
HSL color Cylindrical-coordinate representation of color #3CB570: hue angle of 145.79º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB570 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 112 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.29 |
| HSL | 145.79º | 0.5% | 0.47% | - |
| HSV(B) | 145.79º | 0.67% | 0.71% | - |
| XYZ | 21.31 | 35.18 | 21 | - |
| YUV | 136.96 | 113.91 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 112 | 0.67 | 0 | 0.38 | 0.29 | 145.79 | 0.5 | 0.47 |
| Hex | 3C | B5 | 70 | 43 | 0 | 26 | 1D | 92 | 32 | 2F |
| Octal | 74 | 265 | 160 | 103 | 0 | 46 | 35 | 222 | 62 | 57 |
| Binary | 111100 | 10110101 | 1110000 | 1000011 | 0 | 100110 | 11101 | 10010010 | 110010 | 101111 |
Color Harmonies of #3CB570
Complementary color
Monochromatic Colors of #3CB570
Black with #3CB570
Text Example
Text Example
White with #3CB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB570; }
p { color: rgb(60,181,112); }
H1.HeaderClassName
{
color: #3CB570;
}
.AnyTagClassName
{
color: #3CB570;
}
</style>
background-color css
<style>
a { background-color: #3CB570; }
a { background-color: rgb(60,181,112); }
div.DivClassName
{
background-color: #3CB570;
}
.BgClassName
{
background-color: #3CB570;
}
</style>
border-color css
<style>
span { border-color: #3CB570; }
span { border-color: rgb(60,181,112); }
td.TdClassName
{
border-color: #3CB570;
}
.TagClassName
{
border-color: #3CB570;
}
</style>