Shades of Medium Sea Green #3CB260
Tints of Medium Sea Green #3CB260
RGB
CMYK
RGB Variations
Color information
#3CB260 (or 0x3CB260) is known color: Medium Sea Green. HEX triplet: 3C, B2 and 60. RGB value is (60,178,96). Sum of RGB (Red+Green+Blue) = 60+178+96=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB260 is #C34D9F. Grayscale: #858585. Windows color (decimal): -12799392 or 6337084. OLE color: 6337084.
HSL color Cylindrical-coordinate representation of color #3CB260: hue angle of 138.31º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB260 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 96 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.30 |
| HSL | 138.31º | 0.5% | 0.47% | - |
| HSV(B) | 138.31º | 0.66% | 0.7% | - |
| XYZ | 19.9 | 33.65 | 16.51 | - |
| YUV | 133.37 | 106.91 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 96 | 0.66 | 0 | 0.46 | 0.30 | 138.31 | 0.5 | 0.47 |
| Hex | 3C | B2 | 60 | 42 | 0 | 2E | 1E | 8A | 32 | 2F |
| Octal | 74 | 262 | 140 | 102 | 0 | 56 | 36 | 212 | 62 | 57 |
| Binary | 111100 | 10110010 | 1100000 | 1000010 | 0 | 101110 | 11110 | 10001010 | 110010 | 101111 |
Color Harmonies of #3CB260
Complementary color
Monochromatic Colors of #3CB260
Black with #3CB260
Text Example
Text Example
White with #3CB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB260; }
p { color: rgb(60,178,96); }
H1.HeaderClassName
{
color: #3CB260;
}
.AnyTagClassName
{
color: #3CB260;
}
</style>
background-color css
<style>
a { background-color: #3CB260; }
a { background-color: rgb(60,178,96); }
div.DivClassName
{
background-color: #3CB260;
}
.BgClassName
{
background-color: #3CB260;
}
</style>
border-color css
<style>
span { border-color: #3CB260; }
span { border-color: rgb(60,178,96); }
td.TdClassName
{
border-color: #3CB260;
}
.TagClassName
{
border-color: #3CB260;
}
</style>