Shades of Shamrock #3CBC96
Tints of Shamrock #3CBC96
RGB
CMYK
RGB Variations
Color information
#3CBC96 (or 0x3CBC96) is known color: Shamrock. HEX triplet: 3C, BC and 96. RGB value is (60,188,150). Sum of RGB (Red+Green+Blue) = 60+188+150=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBC96 is #C34369. Grayscale: #919191. Windows color (decimal): -12796778 or 9878588. OLE color: 9878588.
HSL color Cylindrical-coordinate representation of color #3CBC96: hue angle of 162.19º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC96 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 150 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.26 |
| HSL | 162.19º | 0.52% | 0.49% | - |
| HSV(B) | 162.19º | 0.68% | 0.74% | - |
| XYZ | 25.35 | 39.13 | 35.07 | - |
| YUV | 145.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 150 | 0.68 | 0 | 0.20 | 0.26 | 162.19 | 0.52 | 0.49 |
| Hex | 3C | BC | 96 | 44 | 0 | 14 | 1A | A2 | 34 | 31 |
| Octal | 74 | 274 | 226 | 104 | 0 | 24 | 32 | 242 | 64 | 61 |
| Binary | 111100 | 10111100 | 10010110 | 1000100 | 0 | 10100 | 11010 | 10100010 | 110100 | 110001 |
Color Harmonies of #3CBC96
Complementary color
Monochromatic Colors of #3CBC96
Black with #3CBC96
Text Example
Text Example
White with #3CBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC96; }
p { color: rgb(60,188,150); }
H1.HeaderClassName
{
color: #3CBC96;
}
.AnyTagClassName
{
color: #3CBC96;
}
</style>
background-color css
<style>
a { background-color: #3CBC96; }
a { background-color: rgb(60,188,150); }
div.DivClassName
{
background-color: #3CBC96;
}
.BgClassName
{
background-color: #3CBC96;
}
</style>
border-color css
<style>
span { border-color: #3CBC96; }
span { border-color: rgb(60,188,150); }
td.TdClassName
{
border-color: #3CBC96;
}
.TagClassName
{
border-color: #3CBC96;
}
</style>