Shades of Shamrock #3CC092
Tints of Shamrock #3CC092
RGB
CMYK
RGB Variations
Color information
#3CC092 (or 0x3CC092) is known color: Shamrock. HEX triplet: 3C, C0 and 92. RGB value is (60,192,146). Sum of RGB (Red+Green+Blue) = 60+192+146=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC092 is #C33F6D. Grayscale: #939393. Windows color (decimal): -12795758 or 9617468. OLE color: 9617468.
HSL color Cylindrical-coordinate representation of color #3CC092: hue angle of 159.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC092 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 146 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.25 |
| HSL | 159.09º | 0.52% | 0.49% | - |
| HSV(B) | 159.09º | 0.69% | 0.75% | - |
| XYZ | 25.9 | 40.74 | 33.69 | - |
| YUV | 147.29 | 127.27 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 146 | 0.69 | 0 | 0.24 | 0.25 | 159.09 | 0.52 | 0.49 |
| Hex | 3C | C0 | 92 | 45 | 0 | 18 | 19 | 9F | 34 | 31 |
| Octal | 74 | 300 | 222 | 105 | 0 | 30 | 31 | 237 | 64 | 61 |
| Binary | 111100 | 11000000 | 10010010 | 1000101 | 0 | 11000 | 11001 | 10011111 | 110100 | 110001 |
Color Harmonies of #3CC092
Complementary color
Monochromatic Colors of #3CC092
Black with #3CC092
Text Example
Text Example
White with #3CC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC092; }
p { color: rgb(60,192,146); }
H1.HeaderClassName
{
color: #3CC092;
}
.AnyTagClassName
{
color: #3CC092;
}
</style>
background-color css
<style>
a { background-color: #3CC092; }
a { background-color: rgb(60,192,146); }
div.DivClassName
{
background-color: #3CC092;
}
.BgClassName
{
background-color: #3CC092;
}
</style>
border-color css
<style>
span { border-color: #3CC092; }
span { border-color: rgb(60,192,146); }
td.TdClassName
{
border-color: #3CC092;
}
.TagClassName
{
border-color: #3CC092;
}
</style>