Shades of Shamrock #3CC992
Tints of Shamrock #3CC992
RGB
CMYK
RGB Variations
Color information
#3CC992 (or 0x3CC992) is known color: Shamrock. HEX triplet: 3C, C9 and 92. RGB value is (60,201,146). Sum of RGB (Red+Green+Blue) = 60+201+146=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC992 is #C3366D. Grayscale: #989898. Windows color (decimal): -12793454 or 9619772. OLE color: 9619772.
HSL color Cylindrical-coordinate representation of color #3CC992: hue angle of 156.6º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC992 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 146 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.21 |
| HSL | 156.6º | 0.57% | 0.51% | - |
| HSV(B) | 156.6º | 0.7% | 0.79% | - |
| XYZ | 27.94 | 44.81 | 34.37 | - |
| YUV | 152.57 | 124.29 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 146 | 0.70 | 0 | 0.27 | 0.21 | 156.6 | 0.57 | 0.51 |
| Hex | 3C | C9 | 92 | 46 | 0 | 1B | 15 | 9D | 39 | 33 |
| Octal | 74 | 311 | 222 | 106 | 0 | 33 | 25 | 235 | 71 | 63 |
| Binary | 111100 | 11001001 | 10010010 | 1000110 | 0 | 11011 | 10101 | 10011101 | 111001 | 110011 |
Color Harmonies of #3CC992
Complementary color
Monochromatic Colors of #3CC992
Black with #3CC992
Text Example
Text Example
White with #3CC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC992; }
p { color: rgb(60,201,146); }
H1.HeaderClassName
{
color: #3CC992;
}
.AnyTagClassName
{
color: #3CC992;
}
</style>
background-color css
<style>
a { background-color: #3CC992; }
a { background-color: rgb(60,201,146); }
div.DivClassName
{
background-color: #3CC992;
}
.BgClassName
{
background-color: #3CC992;
}
</style>
border-color css
<style>
span { border-color: #3CC992; }
span { border-color: rgb(60,201,146); }
td.TdClassName
{
border-color: #3CC992;
}
.TagClassName
{
border-color: #3CC992;
}
</style>