Shades of Shamrock #3CC49C
Tints of Shamrock #3CC49C
RGB
CMYK
RGB Variations
Color information
#3CC49C (or 0x3CC49C) is known color: Shamrock. HEX triplet: 3C, C4 and 9C. RGB value is (60,196,156). Sum of RGB (Red+Green+Blue) = 60+196+156=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC49C is #C33B63. Grayscale: #969696. Windows color (decimal): -12794724 or 10273852. OLE color: 10273852.
HSL color Cylindrical-coordinate representation of color #3CC49C: hue angle of 162.35º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC49C is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 156 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.23 |
| HSL | 162.35º | 0.54% | 0.5% | - |
| HSV(B) | 162.35º | 0.69% | 0.77% | - |
| XYZ | 27.6 | 42.84 | 38.27 | - |
| YUV | 150.78 | 130.94 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 156 | 0.69 | 0 | 0.20 | 0.23 | 162.35 | 0.54 | 0.5 |
| Hex | 3C | C4 | 9C | 45 | 0 | 14 | 17 | A2 | 36 | 32 |
| Octal | 74 | 304 | 234 | 105 | 0 | 24 | 27 | 242 | 66 | 62 |
| Binary | 111100 | 11000100 | 10011100 | 1000101 | 0 | 10100 | 10111 | 10100010 | 110110 | 110010 |
Color Harmonies of #3CC49C
Complementary color
Monochromatic Colors of #3CC49C
Black with #3CC49C
Text Example
Text Example
White with #3CC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC49C; }
p { color: rgb(60,196,156); }
H1.HeaderClassName
{
color: #3CC49C;
}
.AnyTagClassName
{
color: #3CC49C;
}
</style>
background-color css
<style>
a { background-color: #3CC49C; }
a { background-color: rgb(60,196,156); }
div.DivClassName
{
background-color: #3CC49C;
}
.BgClassName
{
background-color: #3CC49C;
}
</style>
border-color css
<style>
span { border-color: #3CC49C; }
span { border-color: rgb(60,196,156); }
td.TdClassName
{
border-color: #3CC49C;
}
.TagClassName
{
border-color: #3CC49C;
}
</style>