Shades of Medium Sea Green #3CA072
Tints of Medium Sea Green #3CA072
RGB
CMYK
RGB Variations
Color information
#3CA072 (or 0x3CA072) is known color: Medium Sea Green. HEX triplet: 3C, A0 and 72. RGB value is (60,160,114). Sum of RGB (Red+Green+Blue) = 60+160+114=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA072 is #C35F8D. Grayscale: #7C7C7C. Windows color (decimal): -12803982 or 7512124. OLE color: 7512124.
HSL color Cylindrical-coordinate representation of color #3CA072: hue angle of 152.4º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA072 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 160 | 114 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.37 |
| HSL | 152.4º | 0.45% | 0.43% | - |
| HSV(B) | 152.4º | 0.63% | 0.63% | - |
| XYZ | 17.47 | 27.32 | 20.27 | - |
| YUV | 124.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 160 | 114 | 0.62 | 0 | 0.29 | 0.37 | 152.4 | 0.45 | 0.43 |
| Hex | 3C | A0 | 72 | 3E | 0 | 1D | 25 | 98 | 2D | 2B |
| Octal | 74 | 240 | 162 | 76 | 0 | 35 | 45 | 230 | 55 | 53 |
| Binary | 111100 | 10100000 | 1110010 | 111110 | 0 | 11101 | 100101 | 10011000 | 101101 | 101011 |
Color Harmonies of #3CA072
Complementary color
Monochromatic Colors of #3CA072
Black with #3CA072
Text Example
Text Example
White with #3CA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA072; }
p { color: rgb(60,160,114); }
H1.HeaderClassName
{
color: #3CA072;
}
.AnyTagClassName
{
color: #3CA072;
}
</style>
background-color css
<style>
a { background-color: #3CA072; }
a { background-color: rgb(60,160,114); }
div.DivClassName
{
background-color: #3CA072;
}
.BgClassName
{
background-color: #3CA072;
}
</style>
border-color css
<style>
span { border-color: #3CA072; }
span { border-color: rgb(60,160,114); }
td.TdClassName
{
border-color: #3CA072;
}
.TagClassName
{
border-color: #3CA072;
}
</style>