Shades of Medium Sea Green #3CB982
Tints of Medium Sea Green #3CB982
RGB
CMYK
RGB Variations
Color information
#3CB982 (or 0x3CB982) is known color: Medium Sea Green. HEX triplet: 3C, B9 and 82. RGB value is (60,185,130). Sum of RGB (Red+Green+Blue) = 60+185+130=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB982 is #C3467D. Grayscale: #8D8D8D. Windows color (decimal): -12797566 or 8567100. OLE color: 8567100.
HSL color Cylindrical-coordinate representation of color #3CB982: hue angle of 153.6º 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 #3CB982 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 130 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.27 |
| HSL | 153.6º | 0.51% | 0.48% | - |
| HSV(B) | 153.6º | 0.68% | 0.73% | - |
| XYZ | 23.24 | 37.27 | 27.09 | - |
| YUV | 141.36 | 121.59 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 130 | 0.68 | 0 | 0.30 | 0.27 | 153.6 | 0.51 | 0.48 |
| Hex | 3C | B9 | 82 | 44 | 0 | 1E | 1B | 9A | 33 | 30 |
| Octal | 74 | 271 | 202 | 104 | 0 | 36 | 33 | 232 | 63 | 60 |
| Binary | 111100 | 10111001 | 10000010 | 1000100 | 0 | 11110 | 11011 | 10011010 | 110011 | 110000 |
Color Harmonies of #3CB982
Complementary color
Monochromatic Colors of #3CB982
Black with #3CB982
Text Example
Text Example
White with #3CB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB982; }
p { color: rgb(60,185,130); }
H1.HeaderClassName
{
color: #3CB982;
}
.AnyTagClassName
{
color: #3CB982;
}
</style>
background-color css
<style>
a { background-color: #3CB982; }
a { background-color: rgb(60,185,130); }
div.DivClassName
{
background-color: #3CB982;
}
.BgClassName
{
background-color: #3CB982;
}
</style>
border-color css
<style>
span { border-color: #3CB982; }
span { border-color: rgb(60,185,130); }
td.TdClassName
{
border-color: #3CB982;
}
.TagClassName
{
border-color: #3CB982;
}
</style>