Shades of Medium Sea Green #3CC570
Tints of Medium Sea Green #3CC570
RGB
CMYK
RGB Variations
Color information
#3CC570 (or 0x3CC570) is known color: Medium Sea Green. HEX triplet: 3C, C5 and 70. RGB value is (60,197,112). Sum of RGB (Red+Green+Blue) = 60+197+112=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC570 is #C33A8F. Grayscale: #929292. Windows color (decimal): -12794512 or 7390524. OLE color: 7390524.
HSL color Cylindrical-coordinate representation of color #3CC570: hue angle of 142.77º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC570 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 197 | 112 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.23 |
| HSL | 142.77º | 0.54% | 0.5% | - |
| HSV(B) | 142.77º | 0.7% | 0.77% | - |
| XYZ | 24.75 | 42.06 | 22.14 | - |
| YUV | 146.35 | 108.61 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 112 | 0.70 | 0 | 0.43 | 0.23 | 142.77 | 0.54 | 0.5 |
| Hex | 3C | C5 | 70 | 46 | 0 | 2B | 17 | 8F | 36 | 32 |
| Octal | 74 | 305 | 160 | 106 | 0 | 53 | 27 | 217 | 66 | 62 |
| Binary | 111100 | 11000101 | 1110000 | 1000110 | 0 | 101011 | 10111 | 10001111 | 110110 | 110010 |
Color Harmonies of #3CC570
Complementary color
Monochromatic Colors of #3CC570
Black with #3CC570
Text Example
Text Example
White with #3CC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC570; }
p { color: rgb(60,197,112); }
H1.HeaderClassName
{
color: #3CC570;
}
.AnyTagClassName
{
color: #3CC570;
}
</style>
background-color css
<style>
a { background-color: #3CC570; }
a { background-color: rgb(60,197,112); }
div.DivClassName
{
background-color: #3CC570;
}
.BgClassName
{
background-color: #3CC570;
}
</style>
border-color css
<style>
span { border-color: #3CC570; }
span { border-color: rgb(60,197,112); }
td.TdClassName
{
border-color: #3CC570;
}
.TagClassName
{
border-color: #3CC570;
}
</style>