Shades of Medium Sea Green #3CB472
Tints of Medium Sea Green #3CB472
RGB
CMYK
RGB Variations
Color information
#3CB472 (or 0x3CB472) is known color: Medium Sea Green. HEX triplet: 3C, B4 and 72. RGB value is (60,180,114). Sum of RGB (Red+Green+Blue) = 60+180+114=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB472 is #C34B8D. Grayscale: #888888. Windows color (decimal): -12798862 or 7517244. OLE color: 7517244.
HSL color Cylindrical-coordinate representation of color #3CB472: hue angle of 147º 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 #3CB472 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 114 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.29 |
| HSL | 147º | 0.5% | 0.47% | - |
| HSV(B) | 147º | 0.67% | 0.71% | - |
| XYZ | 21.22 | 34.82 | 21.52 | - |
| YUV | 136.6 | 115.24 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 114 | 0.67 | 0 | 0.37 | 0.29 | 147 | 0.5 | 0.47 |
| Hex | 3C | B4 | 72 | 43 | 0 | 25 | 1D | 93 | 32 | 2F |
| Octal | 74 | 264 | 162 | 103 | 0 | 45 | 35 | 223 | 62 | 57 |
| Binary | 111100 | 10110100 | 1110010 | 1000011 | 0 | 100101 | 11101 | 10010011 | 110010 | 101111 |
Color Harmonies of #3CB472
Complementary color
Monochromatic Colors of #3CB472
Black with #3CB472
Text Example
Text Example
White with #3CB472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB472; }
p { color: rgb(60,180,114); }
H1.HeaderClassName
{
color: #3CB472;
}
.AnyTagClassName
{
color: #3CB472;
}
</style>
background-color css
<style>
a { background-color: #3CB472; }
a { background-color: rgb(60,180,114); }
div.DivClassName
{
background-color: #3CB472;
}
.BgClassName
{
background-color: #3CB472;
}
</style>
border-color css
<style>
span { border-color: #3CB472; }
span { border-color: rgb(60,180,114); }
td.TdClassName
{
border-color: #3CB472;
}
.TagClassName
{
border-color: #3CB472;
}
</style>