Shades of Medium Sea Green #3CB360
Tints of Medium Sea Green #3CB360
RGB
CMYK
RGB Variations
Color information
#3CB360 (or 0x3CB360) is known color: Medium Sea Green. HEX triplet: 3C, B3 and 60. RGB value is (60,179,96). Sum of RGB (Red+Green+Blue) = 60+179+96=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB360 is #C34C9F. Grayscale: #868686. Windows color (decimal): -12799136 or 6337340. OLE color: 6337340.
HSL color Cylindrical-coordinate representation of color #3CB360: hue angle of 138.15º 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 #3CB360 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 96 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.30 |
| HSL | 138.15º | 0.5% | 0.47% | - |
| HSV(B) | 138.15º | 0.66% | 0.7% | - |
| XYZ | 20.09 | 34.05 | 16.58 | - |
| YUV | 133.96 | 106.58 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 96 | 0.66 | 0 | 0.46 | 0.30 | 138.15 | 0.5 | 0.47 |
| Hex | 3C | B3 | 60 | 42 | 0 | 2E | 1E | 8A | 32 | 2F |
| Octal | 74 | 263 | 140 | 102 | 0 | 56 | 36 | 212 | 62 | 57 |
| Binary | 111100 | 10110011 | 1100000 | 1000010 | 0 | 101110 | 11110 | 10001010 | 110010 | 101111 |
Color Harmonies of #3CB360
Complementary color
Monochromatic Colors of #3CB360
Black with #3CB360
Text Example
Text Example
White with #3CB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB360; }
p { color: rgb(60,179,96); }
H1.HeaderClassName
{
color: #3CB360;
}
.AnyTagClassName
{
color: #3CB360;
}
</style>
background-color css
<style>
a { background-color: #3CB360; }
a { background-color: rgb(60,179,96); }
div.DivClassName
{
background-color: #3CB360;
}
.BgClassName
{
background-color: #3CB360;
}
</style>
border-color css
<style>
span { border-color: #3CB360; }
span { border-color: rgb(60,179,96); }
td.TdClassName
{
border-color: #3CB360;
}
.TagClassName
{
border-color: #3CB360;
}
</style>