Shades of Medium Sea Green #3CBC75
Tints of Medium Sea Green #3CBC75
RGB
CMYK
RGB Variations
Color information
#3CBC75 (or 0x3CBC75) is known color: Medium Sea Green. HEX triplet: 3C, BC and 75. RGB value is (60,188,117). Sum of RGB (Red+Green+Blue) = 60+188+117=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC75 is #C3438A. Grayscale: #8D8D8D. Windows color (decimal): -12796811 or 7715900. OLE color: 7715900.
HSL color Cylindrical-coordinate representation of color #3CBC75: hue angle of 146.72º 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 #3CBC75 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 117 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.26 |
| HSL | 146.72º | 0.52% | 0.49% | - |
| HSV(B) | 146.72º | 0.68% | 0.74% | - |
| XYZ | 23.06 | 38.21 | 22.99 | - |
| YUV | 141.63 | 114.09 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 117 | 0.68 | 0 | 0.38 | 0.26 | 146.72 | 0.52 | 0.49 |
| Hex | 3C | BC | 75 | 44 | 0 | 26 | 1A | 93 | 34 | 31 |
| Octal | 74 | 274 | 165 | 104 | 0 | 46 | 32 | 223 | 64 | 61 |
| Binary | 111100 | 10111100 | 1110101 | 1000100 | 0 | 100110 | 11010 | 10010011 | 110100 | 110001 |
Color Harmonies of #3CBC75
Complementary color
Monochromatic Colors of #3CBC75
Black with #3CBC75
Text Example
Text Example
White with #3CBC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC75; }
p { color: rgb(60,188,117); }
H1.HeaderClassName
{
color: #3CBC75;
}
.AnyTagClassName
{
color: #3CBC75;
}
</style>
background-color css
<style>
a { background-color: #3CBC75; }
a { background-color: rgb(60,188,117); }
div.DivClassName
{
background-color: #3CBC75;
}
.BgClassName
{
background-color: #3CBC75;
}
</style>
border-color css
<style>
span { border-color: #3CBC75; }
span { border-color: rgb(60,188,117); }
td.TdClassName
{
border-color: #3CBC75;
}
.TagClassName
{
border-color: #3CBC75;
}
</style>