Shades of Shamrock #3CC4A6
Tints of Shamrock #3CC4A6
RGB
CMYK
RGB Variations
Color information
#3CC4A6 (or 0x3CC4A6) is known color: Shamrock. HEX triplet: 3C, C4 and A6. RGB value is (60,196,166). Sum of RGB (Red+Green+Blue) = 60+196+166=422 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.22% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC4A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC4A6 is #C33B59. Grayscale: #979797. Windows color (decimal): -12794714 or 10929212. OLE color: 10929212.
HSL color Cylindrical-coordinate representation of color #3CC4A6: hue angle of 166.76º 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 #3CC4A6 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 166 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.23 |
| HSL | 166.76º | 0.54% | 0.5% | - |
| HSV(B) | 166.76º | 0.69% | 0.77% | - |
| XYZ | 28.49 | 43.19 | 42.91 | - |
| YUV | 151.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 166 | 0.69 | 0 | 0.15 | 0.23 | 166.76 | 0.54 | 0.5 |
| Hex | 3C | C4 | A6 | 45 | 0 | F | 17 | A7 | 36 | 32 |
| Octal | 74 | 304 | 246 | 105 | 0 | 17 | 27 | 247 | 66 | 62 |
| Binary | 111100 | 11000100 | 10100110 | 1000101 | 0 | 1111 | 10111 | 10100111 | 110110 | 110010 |
Color Harmonies of #3CC4A6
Complementary color
Monochromatic Colors of #3CC4A6
Black with #3CC4A6
Text Example
Text Example
White with #3CC4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC4A6; }
p { color: rgb(60,196,166); }
H1.HeaderClassName
{
color: #3CC4A6;
}
.AnyTagClassName
{
color: #3CC4A6;
}
</style>
background-color css
<style>
a { background-color: #3CC4A6; }
a { background-color: rgb(60,196,166); }
div.DivClassName
{
background-color: #3CC4A6;
}
.BgClassName
{
background-color: #3CC4A6;
}
</style>
border-color css
<style>
span { border-color: #3CC4A6; }
span { border-color: rgb(60,196,166); }
td.TdClassName
{
border-color: #3CC4A6;
}
.TagClassName
{
border-color: #3CC4A6;
}
</style>