Shades of Shamrock #3CC59C
Tints of Shamrock #3CC59C
RGB
CMYK
RGB Variations
Color information
#3CC59C (or 0x3CC59C) is known color: Shamrock. HEX triplet: 3C, C5 and 9C. RGB value is (60,197,156). Sum of RGB (Red+Green+Blue) = 60+197+156=413 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.53% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC59C is #C33A63. Grayscale: #979797. Windows color (decimal): -12794468 or 10274108. OLE color: 10274108.
HSL color Cylindrical-coordinate representation of color #3CC59C: hue angle of 162.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC59C is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 197 | 156 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.23 |
| HSL | 162.04º | 0.54% | 0.5% | - |
| HSV(B) | 162.04º | 0.7% | 0.77% | - |
| XYZ | 27.83 | 43.29 | 38.34 | - |
| YUV | 151.36 | 130.61 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 156 | 0.70 | 0 | 0.21 | 0.23 | 162.04 | 0.54 | 0.5 |
| Hex | 3C | C5 | 9C | 46 | 0 | 15 | 17 | A2 | 36 | 32 |
| Octal | 74 | 305 | 234 | 106 | 0 | 25 | 27 | 242 | 66 | 62 |
| Binary | 111100 | 11000101 | 10011100 | 1000110 | 0 | 10101 | 10111 | 10100010 | 110110 | 110010 |
Color Harmonies of #3CC59C
Complementary color
Monochromatic Colors of #3CC59C
Black with #3CC59C
Text Example
Text Example
White with #3CC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC59C; }
p { color: rgb(60,197,156); }
H1.HeaderClassName
{
color: #3CC59C;
}
.AnyTagClassName
{
color: #3CC59C;
}
</style>
background-color css
<style>
a { background-color: #3CC59C; }
a { background-color: rgb(60,197,156); }
div.DivClassName
{
background-color: #3CC59C;
}
.BgClassName
{
background-color: #3CC59C;
}
</style>
border-color css
<style>
span { border-color: #3CC59C; }
span { border-color: rgb(60,197,156); }
td.TdClassName
{
border-color: #3CC59C;
}
.TagClassName
{
border-color: #3CC59C;
}
</style>