Shades of Medium Sea Green #3CC474
Tints of Medium Sea Green #3CC474
RGB
CMYK
RGB Variations
Color information
#3CC474 (or 0x3CC474) is known color: Medium Sea Green. HEX triplet: 3C, C4 and 74. RGB value is (60,196,116). Sum of RGB (Red+Green+Blue) = 60+196+116=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC474 is #C33B8B. Grayscale: #929292. Windows color (decimal): -12794764 or 7652412. OLE color: 7652412.
HSL color Cylindrical-coordinate representation of color #3CC474: hue angle of 144.71º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC474 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 116 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.23 |
| HSL | 144.71º | 0.54% | 0.5% | - |
| HSV(B) | 144.71º | 0.69% | 0.77% | - |
| XYZ | 24.76 | 41.7 | 23.27 | - |
| YUV | 146.22 | 110.94 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 116 | 0.69 | 0 | 0.41 | 0.23 | 144.71 | 0.54 | 0.5 |
| Hex | 3C | C4 | 74 | 45 | 0 | 29 | 17 | 91 | 36 | 32 |
| Octal | 74 | 304 | 164 | 105 | 0 | 51 | 27 | 221 | 66 | 62 |
| Binary | 111100 | 11000100 | 1110100 | 1000101 | 0 | 101001 | 10111 | 10010001 | 110110 | 110010 |
Color Harmonies of #3CC474
Complementary color
Monochromatic Colors of #3CC474
Black with #3CC474
Text Example
Text Example
White with #3CC474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC474; }
p { color: rgb(60,196,116); }
H1.HeaderClassName
{
color: #3CC474;
}
.AnyTagClassName
{
color: #3CC474;
}
</style>
background-color css
<style>
a { background-color: #3CC474; }
a { background-color: rgb(60,196,116); }
div.DivClassName
{
background-color: #3CC474;
}
.BgClassName
{
background-color: #3CC474;
}
</style>
border-color css
<style>
span { border-color: #3CC474; }
span { border-color: rgb(60,196,116); }
td.TdClassName
{
border-color: #3CC474;
}
.TagClassName
{
border-color: #3CC474;
}
</style>