Shades of Medium Sea Green #3CC360
Tints of Medium Sea Green #3CC360
RGB
CMYK
RGB Variations
Color information
#3CC360 (or 0x3CC360) is known color: Medium Sea Green. HEX triplet: 3C, C3 and 60. RGB value is (60,195,96). Sum of RGB (Red+Green+Blue) = 60+195+96=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC360 is #C33C9F. Grayscale: #8F8F8F. Windows color (decimal): -12795040 or 6341436. OLE color: 6341436.
HSL color Cylindrical-coordinate representation of color #3CC360: hue angle of 136º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC360 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 195 | 96 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.24 |
| HSL | 136º | 0.53% | 0.5% | - |
| HSV(B) | 136º | 0.69% | 0.76% | - |
| XYZ | 23.49 | 40.84 | 17.71 | - |
| YUV | 143.35 | 101.27 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 195 | 96 | 0.69 | 0 | 0.51 | 0.24 | 136 | 0.53 | 0.5 |
| Hex | 3C | C3 | 60 | 45 | 0 | 33 | 18 | 88 | 35 | 32 |
| Octal | 74 | 303 | 140 | 105 | 0 | 63 | 30 | 210 | 65 | 62 |
| Binary | 111100 | 11000011 | 1100000 | 1000101 | 0 | 110011 | 11000 | 10001000 | 110101 | 110010 |
Color Harmonies of #3CC360
Complementary color
Monochromatic Colors of #3CC360
Black with #3CC360
Text Example
Text Example
White with #3CC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC360; }
p { color: rgb(60,195,96); }
H1.HeaderClassName
{
color: #3CC360;
}
.AnyTagClassName
{
color: #3CC360;
}
</style>
background-color css
<style>
a { background-color: #3CC360; }
a { background-color: rgb(60,195,96); }
div.DivClassName
{
background-color: #3CC360;
}
.BgClassName
{
background-color: #3CC360;
}
</style>
border-color css
<style>
span { border-color: #3CC360; }
span { border-color: rgb(60,195,96); }
td.TdClassName
{
border-color: #3CC360;
}
.TagClassName
{
border-color: #3CC360;
}
</style>