Shades of Medium Sea Green #3CC475
Tints of Medium Sea Green #3CC475
RGB
CMYK
RGB Variations
Color information
#3CC475 (or 0x3CC475) is known color: Medium Sea Green. HEX triplet: 3C, C4 and 75. RGB value is (60,196,117). Sum of RGB (Red+Green+Blue) = 60+196+117=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC475 is #C33B8A. Grayscale: #929292. Windows color (decimal): -12794763 or 7717948. OLE color: 7717948.
HSL color Cylindrical-coordinate representation of color #3CC475: hue angle of 145.15º 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 #3CC475 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 117 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.23 |
| HSL | 145.15º | 0.54% | 0.5% | - |
| HSV(B) | 145.15º | 0.69% | 0.77% | - |
| XYZ | 24.81 | 41.72 | 23.58 | - |
| YUV | 146.33 | 111.44 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 117 | 0.69 | 0 | 0.40 | 0.23 | 145.15 | 0.54 | 0.5 |
| Hex | 3C | C4 | 75 | 45 | 0 | 28 | 17 | 91 | 36 | 32 |
| Octal | 74 | 304 | 165 | 105 | 0 | 50 | 27 | 221 | 66 | 62 |
| Binary | 111100 | 11000100 | 1110101 | 1000101 | 0 | 101000 | 10111 | 10010001 | 110110 | 110010 |
Color Harmonies of #3CC475
Complementary color
Monochromatic Colors of #3CC475
Black with #3CC475
Text Example
Text Example
White with #3CC475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC475; }
p { color: rgb(60,196,117); }
H1.HeaderClassName
{
color: #3CC475;
}
.AnyTagClassName
{
color: #3CC475;
}
</style>
background-color css
<style>
a { background-color: #3CC475; }
a { background-color: rgb(60,196,117); }
div.DivClassName
{
background-color: #3CC475;
}
.BgClassName
{
background-color: #3CC475;
}
</style>
border-color css
<style>
span { border-color: #3CC475; }
span { border-color: rgb(60,196,117); }
td.TdClassName
{
border-color: #3CC475;
}
.TagClassName
{
border-color: #3CC475;
}
</style>