Shades of Shamrock #3CC19C
Tints of Shamrock #3CC19C
RGB
CMYK
RGB Variations
Color information
#3CC19C (or 0x3CC19C) is known color: Shamrock. HEX triplet: 3C, C1 and 9C. RGB value is (60,193,156). Sum of RGB (Red+Green+Blue) = 60+193+156=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC19C is #C33E63. Grayscale: #959595. Windows color (decimal): -12795492 or 10273084. OLE color: 10273084.
HSL color Cylindrical-coordinate representation of color #3CC19C: hue angle of 163.31º 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 #3CC19C is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 193 | 156 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.24 |
| HSL | 163.31º | 0.53% | 0.5% | - |
| HSV(B) | 163.31º | 0.69% | 0.76% | - |
| XYZ | 26.93 | 41.5 | 38.04 | - |
| YUV | 149.02 | 131.94 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 156 | 0.69 | 0 | 0.19 | 0.24 | 163.31 | 0.53 | 0.5 |
| Hex | 3C | C1 | 9C | 45 | 0 | 13 | 18 | A3 | 35 | 32 |
| Octal | 74 | 301 | 234 | 105 | 0 | 23 | 30 | 243 | 65 | 62 |
| Binary | 111100 | 11000001 | 10011100 | 1000101 | 0 | 10011 | 11000 | 10100011 | 110101 | 110010 |
Color Harmonies of #3CC19C
Complementary color
Monochromatic Colors of #3CC19C
Black with #3CC19C
Text Example
Text Example
White with #3CC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC19C; }
p { color: rgb(60,193,156); }
H1.HeaderClassName
{
color: #3CC19C;
}
.AnyTagClassName
{
color: #3CC19C;
}
</style>
background-color css
<style>
a { background-color: #3CC19C; }
a { background-color: rgb(60,193,156); }
div.DivClassName
{
background-color: #3CC19C;
}
.BgClassName
{
background-color: #3CC19C;
}
</style>
border-color css
<style>
span { border-color: #3CC19C; }
span { border-color: rgb(60,193,156); }
td.TdClassName
{
border-color: #3CC19C;
}
.TagClassName
{
border-color: #3CC19C;
}
</style>