Shades of Medium Sea Green #3CB560
Tints of Medium Sea Green #3CB560
RGB
CMYK
RGB Variations
Color information
#3CB560 (or 0x3CB560) is known color: Medium Sea Green. HEX triplet: 3C, B5 and 60. RGB value is (60,181,96). Sum of RGB (Red+Green+Blue) = 60+181+96=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB560 is #C34A9F. Grayscale: #878787. Windows color (decimal): -12798624 or 6337852. OLE color: 6337852.
HSL color Cylindrical-coordinate representation of color #3CB560: hue angle of 137.85º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB560 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 96 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.29 |
| HSL | 137.85º | 0.5% | 0.47% | - |
| HSV(B) | 137.85º | 0.67% | 0.71% | - |
| XYZ | 20.5 | 34.85 | 16.71 | - |
| YUV | 135.13 | 105.91 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 96 | 0.67 | 0 | 0.47 | 0.29 | 137.85 | 0.5 | 0.47 |
| Hex | 3C | B5 | 60 | 43 | 0 | 2F | 1D | 8A | 32 | 2F |
| Octal | 74 | 265 | 140 | 103 | 0 | 57 | 35 | 212 | 62 | 57 |
| Binary | 111100 | 10110101 | 1100000 | 1000011 | 0 | 101111 | 11101 | 10001010 | 110010 | 101111 |
Color Harmonies of #3CB560
Complementary color
Monochromatic Colors of #3CB560
Black with #3CB560
Text Example
Text Example
White with #3CB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB560; }
p { color: rgb(60,181,96); }
H1.HeaderClassName
{
color: #3CB560;
}
.AnyTagClassName
{
color: #3CB560;
}
</style>
background-color css
<style>
a { background-color: #3CB560; }
a { background-color: rgb(60,181,96); }
div.DivClassName
{
background-color: #3CB560;
}
.BgClassName
{
background-color: #3CB560;
}
</style>
border-color css
<style>
span { border-color: #3CB560; }
span { border-color: rgb(60,181,96); }
td.TdClassName
{
border-color: #3CB560;
}
.TagClassName
{
border-color: #3CB560;
}
</style>