Shades of Shamrock #3CBC9C
Tints of Shamrock #3CBC9C
RGB
CMYK
RGB Variations
Color information
#3CBC9C (or 0x3CBC9C) is known color: Shamrock. HEX triplet: 3C, BC and 9C. RGB value is (60,188,156). Sum of RGB (Red+Green+Blue) = 60+188+156=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBC9C is #C34363. Grayscale: #929292. Windows color (decimal): -12796772 or 10271804. OLE color: 10271804.
HSL color Cylindrical-coordinate representation of color #3CBC9C: hue angle of 165º 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 #3CBC9C is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 156 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.26 |
| HSL | 165º | 0.52% | 0.49% | - |
| HSV(B) | 165º | 0.68% | 0.74% | - |
| XYZ | 25.85 | 39.33 | 37.68 | - |
| YUV | 146.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 156 | 0.68 | 0 | 0.17 | 0.26 | 165 | 0.52 | 0.49 |
| Hex | 3C | BC | 9C | 44 | 0 | 11 | 1A | A5 | 34 | 31 |
| Octal | 74 | 274 | 234 | 104 | 0 | 21 | 32 | 245 | 64 | 61 |
| Binary | 111100 | 10111100 | 10011100 | 1000100 | 0 | 10001 | 11010 | 10100101 | 110100 | 110001 |
Color Harmonies of #3CBC9C
Complementary color
Monochromatic Colors of #3CBC9C
Black with #3CBC9C
Text Example
Text Example
White with #3CBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC9C; }
p { color: rgb(60,188,156); }
H1.HeaderClassName
{
color: #3CBC9C;
}
.AnyTagClassName
{
color: #3CBC9C;
}
</style>
background-color css
<style>
a { background-color: #3CBC9C; }
a { background-color: rgb(60,188,156); }
div.DivClassName
{
background-color: #3CBC9C;
}
.BgClassName
{
background-color: #3CBC9C;
}
</style>
border-color css
<style>
span { border-color: #3CBC9C; }
span { border-color: rgb(60,188,156); }
td.TdClassName
{
border-color: #3CBC9C;
}
.TagClassName
{
border-color: #3CBC9C;
}
</style>