Shades of Shamrock #3CBC99
Tints of Shamrock #3CBC99
RGB
CMYK
RGB Variations
Color information
#3CBC99 (or 0x3CBC99) is known color: Shamrock. HEX triplet: 3C, BC and 99. RGB value is (60,188,153). Sum of RGB (Red+Green+Blue) = 60+188+153=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBC99 is #C34366. Grayscale: #919191. Windows color (decimal): -12796775 or 10075196. OLE color: 10075196.
HSL color Cylindrical-coordinate representation of color #3CBC99: hue angle of 163.59º 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 #3CBC99 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 153 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.26 |
| HSL | 163.59º | 0.52% | 0.49% | - |
| HSV(B) | 163.59º | 0.68% | 0.74% | - |
| XYZ | 25.6 | 39.23 | 36.36 | - |
| YUV | 145.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 153 | 0.68 | 0 | 0.19 | 0.26 | 163.59 | 0.52 | 0.49 |
| Hex | 3C | BC | 99 | 44 | 0 | 13 | 1A | A4 | 34 | 31 |
| Octal | 74 | 274 | 231 | 104 | 0 | 23 | 32 | 244 | 64 | 61 |
| Binary | 111100 | 10111100 | 10011001 | 1000100 | 0 | 10011 | 11010 | 10100100 | 110100 | 110001 |
Color Harmonies of #3CBC99
Complementary color
Monochromatic Colors of #3CBC99
Black with #3CBC99
Text Example
Text Example
White with #3CBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC99; }
p { color: rgb(60,188,153); }
H1.HeaderClassName
{
color: #3CBC99;
}
.AnyTagClassName
{
color: #3CBC99;
}
</style>
background-color css
<style>
a { background-color: #3CBC99; }
a { background-color: rgb(60,188,153); }
div.DivClassName
{
background-color: #3CBC99;
}
.BgClassName
{
background-color: #3CBC99;
}
</style>
border-color css
<style>
span { border-color: #3CBC99; }
span { border-color: rgb(60,188,153); }
td.TdClassName
{
border-color: #3CBC99;
}
.TagClassName
{
border-color: #3CBC99;
}
</style>