Shades of Shamrock #3CC599
Tints of Shamrock #3CC599
RGB
CMYK
RGB Variations
Color information
#3CC599 (or 0x3CC599) is known color: Shamrock. HEX triplet: 3C, C5 and 99. RGB value is (60,197,153). Sum of RGB (Red+Green+Blue) = 60+197+153=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC599 is #C33A66. Grayscale: #979797. Windows color (decimal): -12794471 or 10077500. OLE color: 10077500.
HSL color Cylindrical-coordinate representation of color #3CC599: hue angle of 160.73º 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 #3CC599 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 197 | 153 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.23 |
| HSL | 160.73º | 0.54% | 0.5% | - |
| HSV(B) | 160.73º | 0.7% | 0.77% | - |
| XYZ | 27.58 | 43.19 | 37.02 | - |
| YUV | 151.02 | 129.11 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 153 | 0.70 | 0 | 0.22 | 0.23 | 160.73 | 0.54 | 0.5 |
| Hex | 3C | C5 | 99 | 46 | 0 | 16 | 17 | A1 | 36 | 32 |
| Octal | 74 | 305 | 231 | 106 | 0 | 26 | 27 | 241 | 66 | 62 |
| Binary | 111100 | 11000101 | 10011001 | 1000110 | 0 | 10110 | 10111 | 10100001 | 110110 | 110010 |
Color Harmonies of #3CC599
Complementary color
Monochromatic Colors of #3CC599
Black with #3CC599
Text Example
Text Example
White with #3CC599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC599; }
p { color: rgb(60,197,153); }
H1.HeaderClassName
{
color: #3CC599;
}
.AnyTagClassName
{
color: #3CC599;
}
</style>
background-color css
<style>
a { background-color: #3CC599; }
a { background-color: rgb(60,197,153); }
div.DivClassName
{
background-color: #3CC599;
}
.BgClassName
{
background-color: #3CC599;
}
</style>
border-color css
<style>
span { border-color: #3CC599; }
span { border-color: rgb(60,197,153); }
td.TdClassName
{
border-color: #3CC599;
}
.TagClassName
{
border-color: #3CC599;
}
</style>