Shades of Medium Sea Green #3CBC5C
Tints of Medium Sea Green #3CBC5C
RGB
CMYK
RGB Variations
Color information
#3CBC5C (or 0x3CBC5C) is known color: Medium Sea Green. HEX triplet: 3C, BC and 5C. RGB value is (60,188,92). Sum of RGB (Red+Green+Blue) = 60+188+92=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC5C is #C343A3. Grayscale: #8B8B8B. Windows color (decimal): -12796836 or 6077500. OLE color: 6077500.
HSL color Cylindrical-coordinate representation of color #3CBC5C: hue angle of 135º 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 #3CBC5C is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 92 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.26 |
| HSL | 135º | 0.52% | 0.49% | - |
| HSV(B) | 135º | 0.68% | 0.74% | - |
| XYZ | 21.78 | 37.7 | 16.25 | - |
| YUV | 138.78 | 101.59 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 92 | 0.68 | 0 | 0.51 | 0.26 | 135 | 0.52 | 0.49 |
| Hex | 3C | BC | 5C | 44 | 0 | 33 | 1A | 87 | 34 | 31 |
| Octal | 74 | 274 | 134 | 104 | 0 | 63 | 32 | 207 | 64 | 61 |
| Binary | 111100 | 10111100 | 1011100 | 1000100 | 0 | 110011 | 11010 | 10000111 | 110100 | 110001 |
Color Harmonies of #3CBC5C
Complementary color
Monochromatic Colors of #3CBC5C
Black with #3CBC5C
Text Example
Text Example
White with #3CBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC5C; }
p { color: rgb(60,188,92); }
H1.HeaderClassName
{
color: #3CBC5C;
}
.AnyTagClassName
{
color: #3CBC5C;
}
</style>
background-color css
<style>
a { background-color: #3CBC5C; }
a { background-color: rgb(60,188,92); }
div.DivClassName
{
background-color: #3CBC5C;
}
.BgClassName
{
background-color: #3CBC5C;
}
</style>
border-color css
<style>
span { border-color: #3CBC5C; }
span { border-color: rgb(60,188,92); }
td.TdClassName
{
border-color: #3CBC5C;
}
.TagClassName
{
border-color: #3CBC5C;
}
</style>