Shades of Shamrock #3CC094
Tints of Shamrock #3CC094
RGB
CMYK
RGB Variations
Color information
#3CC094 (or 0x3CC094) is known color: Shamrock. HEX triplet: 3C, C0 and 94. RGB value is (60,192,148). Sum of RGB (Red+Green+Blue) = 60+192+148=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC094 is #C33F6B. Grayscale: #939393. Windows color (decimal): -12795756 or 9748540. OLE color: 9748540.
HSL color Cylindrical-coordinate representation of color #3CC094: hue angle of 160º 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 #3CC094 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 148 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.25 |
| HSL | 160º | 0.52% | 0.49% | - |
| HSV(B) | 160º | 0.69% | 0.75% | - |
| XYZ | 26.06 | 40.8 | 34.52 | - |
| YUV | 147.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 148 | 0.69 | 0 | 0.23 | 0.25 | 160 | 0.52 | 0.49 |
| Hex | 3C | C0 | 94 | 45 | 0 | 17 | 19 | A0 | 34 | 31 |
| Octal | 74 | 300 | 224 | 105 | 0 | 27 | 31 | 240 | 64 | 61 |
| Binary | 111100 | 11000000 | 10010100 | 1000101 | 0 | 10111 | 11001 | 10100000 | 110100 | 110001 |
Color Harmonies of #3CC094
Complementary color
Monochromatic Colors of #3CC094
Black with #3CC094
Text Example
Text Example
White with #3CC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC094; }
p { color: rgb(60,192,148); }
H1.HeaderClassName
{
color: #3CC094;
}
.AnyTagClassName
{
color: #3CC094;
}
</style>
background-color css
<style>
a { background-color: #3CC094; }
a { background-color: rgb(60,192,148); }
div.DivClassName
{
background-color: #3CC094;
}
.BgClassName
{
background-color: #3CC094;
}
</style>
border-color css
<style>
span { border-color: #3CC094; }
span { border-color: rgb(60,192,148); }
td.TdClassName
{
border-color: #3CC094;
}
.TagClassName
{
border-color: #3CC094;
}
</style>