Shades of Medium Sea Green #3CB470
Tints of Medium Sea Green #3CB470
RGB
CMYK
RGB Variations
Color information
#3CB470 (or 0x3CB470) is known color: Medium Sea Green. HEX triplet: 3C, B4 and 70. RGB value is (60,180,112). Sum of RGB (Red+Green+Blue) = 60+180+112=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB470 is #C34B8F. Grayscale: #888888. Windows color (decimal): -12798864 or 7386172. OLE color: 7386172.
HSL color Cylindrical-coordinate representation of color #3CB470: hue angle of 146º 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 #3CB470 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 112 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.29 |
| HSL | 146º | 0.5% | 0.47% | - |
| HSV(B) | 146º | 0.67% | 0.71% | - |
| XYZ | 21.11 | 34.77 | 20.93 | - |
| YUV | 136.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 112 | 0.67 | 0 | 0.38 | 0.29 | 146 | 0.5 | 0.47 |
| Hex | 3C | B4 | 70 | 43 | 0 | 26 | 1D | 92 | 32 | 2F |
| Octal | 74 | 264 | 160 | 103 | 0 | 46 | 35 | 222 | 62 | 57 |
| Binary | 111100 | 10110100 | 1110000 | 1000011 | 0 | 100110 | 11101 | 10010010 | 110010 | 101111 |
Color Harmonies of #3CB470
Complementary color
Monochromatic Colors of #3CB470
Black with #3CB470
Text Example
Text Example
White with #3CB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB470; }
p { color: rgb(60,180,112); }
H1.HeaderClassName
{
color: #3CB470;
}
.AnyTagClassName
{
color: #3CB470;
}
</style>
background-color css
<style>
a { background-color: #3CB470; }
a { background-color: rgb(60,180,112); }
div.DivClassName
{
background-color: #3CB470;
}
.BgClassName
{
background-color: #3CB470;
}
</style>
border-color css
<style>
span { border-color: #3CB470; }
span { border-color: rgb(60,180,112); }
td.TdClassName
{
border-color: #3CB470;
}
.TagClassName
{
border-color: #3CB470;
}
</style>