Shades of Medium Sea Green #3CB372
Tints of Medium Sea Green #3CB372
RGB
CMYK
RGB Variations
Color information
#3CB372 (or 0x3CB372) is known color: Medium Sea Green. HEX triplet: 3C, B3 and 72. RGB value is (60,179,114). Sum of RGB (Red+Green+Blue) = 60+179+114=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB372 is #C34C8D. Grayscale: #888888. Windows color (decimal): -12799118 or 7516988. OLE color: 7516988.
HSL color Cylindrical-coordinate representation of color #3CB372: hue angle of 147.23º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB372 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 114 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.30 |
| HSL | 147.23º | 0.5% | 0.47% | - |
| HSV(B) | 147.23º | 0.66% | 0.7% | - |
| XYZ | 21.02 | 34.42 | 21.45 | - |
| YUV | 136.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 114 | 0.66 | 0 | 0.36 | 0.30 | 147.23 | 0.5 | 0.47 |
| Hex | 3C | B3 | 72 | 42 | 0 | 24 | 1E | 93 | 32 | 2F |
| Octal | 74 | 263 | 162 | 102 | 0 | 44 | 36 | 223 | 62 | 57 |
| Binary | 111100 | 10110011 | 1110010 | 1000010 | 0 | 100100 | 11110 | 10010011 | 110010 | 101111 |
Color Harmonies of #3CB372
Complementary color
Monochromatic Colors of #3CB372
Black with #3CB372
Text Example
Text Example
White with #3CB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB372; }
p { color: rgb(60,179,114); }
H1.HeaderClassName
{
color: #3CB372;
}
.AnyTagClassName
{
color: #3CB372;
}
</style>
background-color css
<style>
a { background-color: #3CB372; }
a { background-color: rgb(60,179,114); }
div.DivClassName
{
background-color: #3CB372;
}
.BgClassName
{
background-color: #3CB372;
}
</style>
border-color css
<style>
span { border-color: #3CB372; }
span { border-color: rgb(60,179,114); }
td.TdClassName
{
border-color: #3CB372;
}
.TagClassName
{
border-color: #3CB372;
}
</style>