Shades of Medium Sea Green #3CBC7C
Tints of Medium Sea Green #3CBC7C
RGB
CMYK
RGB Variations
Color information
#3CBC7C (or 0x3CBC7C) is known color: Medium Sea Green. HEX triplet: 3C, BC and 7C. RGB value is (60,188,124). Sum of RGB (Red+Green+Blue) = 60+188+124=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC7C is #C34383. Grayscale: #8E8E8E. Windows color (decimal): -12796804 or 8174652. OLE color: 8174652.
HSL color Cylindrical-coordinate representation of color #3CBC7C: hue angle of 150º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC7C is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 124 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.26 |
| HSL | 150º | 0.52% | 0.49% | - |
| HSV(B) | 150º | 0.68% | 0.74% | - |
| XYZ | 23.48 | 38.38 | 25.24 | - |
| YUV | 142.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 124 | 0.68 | 0 | 0.34 | 0.26 | 150 | 0.52 | 0.49 |
| Hex | 3C | BC | 7C | 44 | 0 | 22 | 1A | 96 | 34 | 31 |
| Octal | 74 | 274 | 174 | 104 | 0 | 42 | 32 | 226 | 64 | 61 |
| Binary | 111100 | 10111100 | 1111100 | 1000100 | 0 | 100010 | 11010 | 10010110 | 110100 | 110001 |
Color Harmonies of #3CBC7C
Complementary color
Monochromatic Colors of #3CBC7C
Black with #3CBC7C
Text Example
Text Example
White with #3CBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC7C; }
p { color: rgb(60,188,124); }
H1.HeaderClassName
{
color: #3CBC7C;
}
.AnyTagClassName
{
color: #3CBC7C;
}
</style>
background-color css
<style>
a { background-color: #3CBC7C; }
a { background-color: rgb(60,188,124); }
div.DivClassName
{
background-color: #3CBC7C;
}
.BgClassName
{
background-color: #3CBC7C;
}
</style>
border-color css
<style>
span { border-color: #3CBC7C; }
span { border-color: rgb(60,188,124); }
td.TdClassName
{
border-color: #3CBC7C;
}
.TagClassName
{
border-color: #3CBC7C;
}
</style>