Shades of Shamrock #3CECA3
Tints of Shamrock #3CECA3
RGB
CMYK
RGB Variations
Color information
#3CECA3 (or 0x3CECA3) is known color: Shamrock. HEX triplet: 3C, EC and A3. RGB value is (60,236,163). Sum of RGB (Red+Green+Blue) = 60+236+163=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CECA3 is #C3135C. Grayscale: #AFAFAF. Windows color (decimal): -12784477 or 10742844. OLE color: 10742844.
HSL color Cylindrical-coordinate representation of color #3CECA3: hue angle of 155.11º 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 #3CECA3 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 163 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.07 |
| HSL | 155.11º | 0.82% | 0.58% | - |
| HSV(B) | 155.11º | 0.75% | 0.93% | - |
| XYZ | 38.47 | 63.6 | 44.9 | - |
| YUV | 175.05 | 121.19 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 163 | 0.75 | 0 | 0.31 | 0.07 | 155.11 | 0.82 | 0.58 |
| Hex | 3C | EC | A3 | 4B | 0 | 1F | 7 | 9B | 52 | 3A |
| Octal | 74 | 354 | 243 | 113 | 0 | 37 | 7 | 233 | 122 | 72 |
| Binary | 111100 | 11101100 | 10100011 | 1001011 | 0 | 11111 | 111 | 10011011 | 1010010 | 111010 |
Color Harmonies of #3CECA3
Complementary color
Monochromatic Colors of #3CECA3
Black with #3CECA3
Text Example
Text Example
White with #3CECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECA3; }
p { color: rgb(60,236,163); }
H1.HeaderClassName
{
color: #3CECA3;
}
.AnyTagClassName
{
color: #3CECA3;
}
</style>
background-color css
<style>
a { background-color: #3CECA3; }
a { background-color: rgb(60,236,163); }
div.DivClassName
{
background-color: #3CECA3;
}
.BgClassName
{
background-color: #3CECA3;
}
</style>
border-color css
<style>
span { border-color: #3CECA3; }
span { border-color: rgb(60,236,163); }
td.TdClassName
{
border-color: #3CECA3;
}
.TagClassName
{
border-color: #3CECA3;
}
</style>