Shades of Shamrock #3CECA6
Tints of Shamrock #3CECA6
RGB
CMYK
RGB Variations
Color information
#3CECA6 (or 0x3CECA6) is known color: Shamrock. HEX triplet: 3C, EC and A6. RGB value is (60,236,166). Sum of RGB (Red+Green+Blue) = 60+236+166=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CECA6 is #C31359. Grayscale: #AFAFAF. Windows color (decimal): -12784474 or 10939452. OLE color: 10939452.
HSL color Cylindrical-coordinate representation of color #3CECA6: hue angle of 156.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CECA6 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 166 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.07 |
| HSL | 156.14º | 0.82% | 0.58% | - |
| HSV(B) | 156.14º | 0.75% | 0.93% | - |
| XYZ | 38.74 | 63.7 | 46.33 | - |
| YUV | 175.4 | 122.69 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 166 | 0.75 | 0 | 0.30 | 0.07 | 156.14 | 0.82 | 0.58 |
| Hex | 3C | EC | A6 | 4B | 0 | 1E | 7 | 9C | 52 | 3A |
| Octal | 74 | 354 | 246 | 113 | 0 | 36 | 7 | 234 | 122 | 72 |
| Binary | 111100 | 11101100 | 10100110 | 1001011 | 0 | 11110 | 111 | 10011100 | 1010010 | 111010 |
Color Harmonies of #3CECA6
Complementary color
Monochromatic Colors of #3CECA6
Black with #3CECA6
Text Example
Text Example
White with #3CECA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECA6; }
p { color: rgb(60,236,166); }
H1.HeaderClassName
{
color: #3CECA6;
}
.AnyTagClassName
{
color: #3CECA6;
}
</style>
background-color css
<style>
a { background-color: #3CECA6; }
a { background-color: rgb(60,236,166); }
div.DivClassName
{
background-color: #3CECA6;
}
.BgClassName
{
background-color: #3CECA6;
}
</style>
border-color css
<style>
span { border-color: #3CECA6; }
span { border-color: rgb(60,236,166); }
td.TdClassName
{
border-color: #3CECA6;
}
.TagClassName
{
border-color: #3CECA6;
}
</style>