Shades of Shamrock #3CC295
Tints of Shamrock #3CC295
RGB
CMYK
RGB Variations
Color information
#3CC295 (or 0x3CC295) is known color: Shamrock. HEX triplet: 3C, C2 and 95. RGB value is (60,194,149). Sum of RGB (Red+Green+Blue) = 60+194+149=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC295 is #C33D6A. Grayscale: #949494. Windows color (decimal): -12795243 or 9814588. OLE color: 9814588.
HSL color Cylindrical-coordinate representation of color #3CC295: hue angle of 159.85º 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 #3CC295 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 149 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.24 |
| HSL | 159.85º | 0.53% | 0.5% | - |
| HSV(B) | 159.85º | 0.69% | 0.76% | - |
| XYZ | 26.58 | 41.71 | 35.08 | - |
| YUV | 148.8 | 128.11 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 149 | 0.69 | 0 | 0.23 | 0.24 | 159.85 | 0.53 | 0.5 |
| Hex | 3C | C2 | 95 | 45 | 0 | 17 | 18 | A0 | 35 | 32 |
| Octal | 74 | 302 | 225 | 105 | 0 | 27 | 30 | 240 | 65 | 62 |
| Binary | 111100 | 11000010 | 10010101 | 1000101 | 0 | 10111 | 11000 | 10100000 | 110101 | 110010 |
Color Harmonies of #3CC295
Complementary color
Monochromatic Colors of #3CC295
Black with #3CC295
Text Example
Text Example
White with #3CC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC295; }
p { color: rgb(60,194,149); }
H1.HeaderClassName
{
color: #3CC295;
}
.AnyTagClassName
{
color: #3CC295;
}
</style>
background-color css
<style>
a { background-color: #3CC295; }
a { background-color: rgb(60,194,149); }
div.DivClassName
{
background-color: #3CC295;
}
.BgClassName
{
background-color: #3CC295;
}
</style>
border-color css
<style>
span { border-color: #3CC295; }
span { border-color: rgb(60,194,149); }
td.TdClassName
{
border-color: #3CC295;
}
.TagClassName
{
border-color: #3CC295;
}
</style>