Shades of Medium Sea Green #3CB471
Tints of Medium Sea Green #3CB471
RGB
CMYK
RGB Variations
Color information
#3CB471 (or 0x3CB471) is known color: Medium Sea Green. HEX triplet: 3C, B4 and 71. RGB value is (60,180,113). Sum of RGB (Red+Green+Blue) = 60+180+113=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB471 is #C34B8E. Grayscale: #888888. Windows color (decimal): -12798863 or 7451708. OLE color: 7451708.
HSL color Cylindrical-coordinate representation of color #3CB471: hue angle of 146.5º 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 #3CB471 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 113 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.29 |
| HSL | 146.5º | 0.5% | 0.47% | - |
| HSV(B) | 146.5º | 0.67% | 0.71% | - |
| XYZ | 21.17 | 34.8 | 21.22 | - |
| YUV | 136.48 | 114.74 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 113 | 0.67 | 0 | 0.37 | 0.29 | 146.5 | 0.5 | 0.47 |
| Hex | 3C | B4 | 71 | 43 | 0 | 25 | 1D | 92 | 32 | 2F |
| Octal | 74 | 264 | 161 | 103 | 0 | 45 | 35 | 222 | 62 | 57 |
| Binary | 111100 | 10110100 | 1110001 | 1000011 | 0 | 100101 | 11101 | 10010010 | 110010 | 101111 |
Color Harmonies of #3CB471
Complementary color
Monochromatic Colors of #3CB471
Black with #3CB471
Text Example
Text Example
White with #3CB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB471; }
p { color: rgb(60,180,113); }
H1.HeaderClassName
{
color: #3CB471;
}
.AnyTagClassName
{
color: #3CB471;
}
</style>
background-color css
<style>
a { background-color: #3CB471; }
a { background-color: rgb(60,180,113); }
div.DivClassName
{
background-color: #3CB471;
}
.BgClassName
{
background-color: #3CB471;
}
</style>
border-color css
<style>
span { border-color: #3CB471; }
span { border-color: rgb(60,180,113); }
td.TdClassName
{
border-color: #3CB471;
}
.TagClassName
{
border-color: #3CB471;
}
</style>