Shades of Medium Sea Green #3CB980
Tints of Medium Sea Green #3CB980
RGB
CMYK
RGB Variations
Color information
#3CB980 (or 0x3CB980) is known color: Medium Sea Green. HEX triplet: 3C, B9 and 80. RGB value is (60,185,128). Sum of RGB (Red+Green+Blue) = 60+185+128=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB980 is #C3467F. Grayscale: #8D8D8D. Windows color (decimal): -12797568 or 8436028. OLE color: 8436028.
HSL color Cylindrical-coordinate representation of color #3CB980: hue angle of 152.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB980 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 128 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.27 |
| HSL | 152.64º | 0.51% | 0.48% | - |
| HSV(B) | 152.64º | 0.68% | 0.73% | - |
| XYZ | 23.11 | 37.22 | 26.39 | - |
| YUV | 141.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 128 | 0.68 | 0 | 0.31 | 0.27 | 152.64 | 0.51 | 0.48 |
| Hex | 3C | B9 | 80 | 44 | 0 | 1F | 1B | 99 | 33 | 30 |
| Octal | 74 | 271 | 200 | 104 | 0 | 37 | 33 | 231 | 63 | 60 |
| Binary | 111100 | 10111001 | 10000000 | 1000100 | 0 | 11111 | 11011 | 10011001 | 110011 | 110000 |
Color Harmonies of #3CB980
Complementary color
Monochromatic Colors of #3CB980
Black with #3CB980
Text Example
Text Example
White with #3CB980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB980; }
p { color: rgb(60,185,128); }
H1.HeaderClassName
{
color: #3CB980;
}
.AnyTagClassName
{
color: #3CB980;
}
</style>
background-color css
<style>
a { background-color: #3CB980; }
a { background-color: rgb(60,185,128); }
div.DivClassName
{
background-color: #3CB980;
}
.BgClassName
{
background-color: #3CB980;
}
</style>
border-color css
<style>
span { border-color: #3CB980; }
span { border-color: rgb(60,185,128); }
td.TdClassName
{
border-color: #3CB980;
}
.TagClassName
{
border-color: #3CB980;
}
</style>