Shades of Shamrock #3CBC8C
Tints of Shamrock #3CBC8C
RGB
CMYK
RGB Variations
Color information
#3CBC8C (or 0x3CBC8C) is known color: Shamrock. HEX triplet: 3C, BC and 8C. RGB value is (60,188,140). Sum of RGB (Red+Green+Blue) = 60+188+140=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBC8C is #C34373. Grayscale: #909090. Windows color (decimal): -12796788 or 9223228. OLE color: 9223228.
HSL color Cylindrical-coordinate representation of color #3CBC8C: hue angle of 157.5º 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 #3CBC8C is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 140 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.26 |
| HSL | 157.5º | 0.52% | 0.49% | - |
| HSV(B) | 157.5º | 0.68% | 0.74% | - |
| XYZ | 24.58 | 38.82 | 31.01 | - |
| YUV | 144.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 140 | 0.68 | 0 | 0.26 | 0.26 | 157.5 | 0.52 | 0.49 |
| Hex | 3C | BC | 8C | 44 | 0 | 1A | 1A | 9E | 34 | 31 |
| Octal | 74 | 274 | 214 | 104 | 0 | 32 | 32 | 236 | 64 | 61 |
| Binary | 111100 | 10111100 | 10001100 | 1000100 | 0 | 11010 | 11010 | 10011110 | 110100 | 110001 |
Color Harmonies of #3CBC8C
Complementary color
Monochromatic Colors of #3CBC8C
Black with #3CBC8C
Text Example
Text Example
White with #3CBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC8C; }
p { color: rgb(60,188,140); }
H1.HeaderClassName
{
color: #3CBC8C;
}
.AnyTagClassName
{
color: #3CBC8C;
}
</style>
background-color css
<style>
a { background-color: #3CBC8C; }
a { background-color: rgb(60,188,140); }
div.DivClassName
{
background-color: #3CBC8C;
}
.BgClassName
{
background-color: #3CBC8C;
}
</style>
border-color css
<style>
span { border-color: #3CBC8C; }
span { border-color: rgb(60,188,140); }
td.TdClassName
{
border-color: #3CBC8C;
}
.TagClassName
{
border-color: #3CBC8C;
}
</style>