Shades of Medium Sea Green #3CBC7D
Tints of Medium Sea Green #3CBC7D
RGB
CMYK
RGB Variations
Color information
#3CBC7D (or 0x3CBC7D) is known color: Medium Sea Green. HEX triplet: 3C, BC and 7D. RGB value is (60,188,125). Sum of RGB (Red+Green+Blue) = 60+188+125=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC7D is #C34382. Grayscale: #8E8E8E. Windows color (decimal): -12796803 or 8240188. OLE color: 8240188.
HSL color Cylindrical-coordinate representation of color #3CBC7D: hue angle of 150.47º 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 #3CBC7D is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 125 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.26 |
| HSL | 150.47º | 0.52% | 0.49% | - |
| HSV(B) | 150.47º | 0.68% | 0.74% | - |
| XYZ | 23.55 | 38.41 | 25.57 | - |
| YUV | 142.55 | 118.09 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 125 | 0.68 | 0 | 0.34 | 0.26 | 150.47 | 0.52 | 0.49 |
| Hex | 3C | BC | 7D | 44 | 0 | 22 | 1A | 96 | 34 | 31 |
| Octal | 74 | 274 | 175 | 104 | 0 | 42 | 32 | 226 | 64 | 61 |
| Binary | 111100 | 10111100 | 1111101 | 1000100 | 0 | 100010 | 11010 | 10010110 | 110100 | 110001 |
Color Harmonies of #3CBC7D
Complementary color
Monochromatic Colors of #3CBC7D
Black with #3CBC7D
Text Example
Text Example
White with #3CBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC7D; }
p { color: rgb(60,188,125); }
H1.HeaderClassName
{
color: #3CBC7D;
}
.AnyTagClassName
{
color: #3CBC7D;
}
</style>
background-color css
<style>
a { background-color: #3CBC7D; }
a { background-color: rgb(60,188,125); }
div.DivClassName
{
background-color: #3CBC7D;
}
.BgClassName
{
background-color: #3CBC7D;
}
</style>
border-color css
<style>
span { border-color: #3CBC7D; }
span { border-color: rgb(60,188,125); }
td.TdClassName
{
border-color: #3CBC7D;
}
.TagClassName
{
border-color: #3CBC7D;
}
</style>