Shades of Shamrock #3CC093
Tints of Shamrock #3CC093
RGB
CMYK
RGB Variations
Color information
#3CC093 (or 0x3CC093) is known color: Shamrock. HEX triplet: 3C, C0 and 93. RGB value is (60,192,147). Sum of RGB (Red+Green+Blue) = 60+192+147=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC093 is #C33F6C. Grayscale: #939393. Windows color (decimal): -12795757 or 9683004. OLE color: 9683004.
HSL color Cylindrical-coordinate representation of color #3CC093: hue angle of 159.55º 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 #3CC093 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 147 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.25 |
| HSL | 159.55º | 0.52% | 0.49% | - |
| HSV(B) | 159.55º | 0.69% | 0.75% | - |
| XYZ | 25.98 | 40.77 | 34.1 | - |
| YUV | 147.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 147 | 0.69 | 0 | 0.23 | 0.25 | 159.55 | 0.52 | 0.49 |
| Hex | 3C | C0 | 93 | 45 | 0 | 17 | 19 | A0 | 34 | 31 |
| Octal | 74 | 300 | 223 | 105 | 0 | 27 | 31 | 240 | 64 | 61 |
| Binary | 111100 | 11000000 | 10010011 | 1000101 | 0 | 10111 | 11001 | 10100000 | 110100 | 110001 |
Color Harmonies of #3CC093
Complementary color
Monochromatic Colors of #3CC093
Black with #3CC093
Text Example
Text Example
White with #3CC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC093; }
p { color: rgb(60,192,147); }
H1.HeaderClassName
{
color: #3CC093;
}
.AnyTagClassName
{
color: #3CC093;
}
</style>
background-color css
<style>
a { background-color: #3CC093; }
a { background-color: rgb(60,192,147); }
div.DivClassName
{
background-color: #3CC093;
}
.BgClassName
{
background-color: #3CC093;
}
</style>
border-color css
<style>
span { border-color: #3CC093; }
span { border-color: rgb(60,192,147); }
td.TdClassName
{
border-color: #3CC093;
}
.TagClassName
{
border-color: #3CC093;
}
</style>