Shades of Shamrock #3CBF9C
Tints of Shamrock #3CBF9C
RGB
CMYK
RGB Variations
Color information
#3CBF9C (or 0x3CBF9C) is known color: Shamrock. HEX triplet: 3C, BF and 9C. RGB value is (60,191,156). Sum of RGB (Red+Green+Blue) = 60+191+156=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBF9C is #C34063. Grayscale: #939393. Windows color (decimal): -12796004 or 10272572. OLE color: 10272572.
HSL color Cylindrical-coordinate representation of color #3CBF9C: hue angle of 163.97º 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 #3CBF9C is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 191 | 156 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.25 |
| HSL | 163.97º | 0.52% | 0.49% | - |
| HSV(B) | 163.97º | 0.69% | 0.75% | - |
| XYZ | 26.5 | 40.62 | 37.9 | - |
| YUV | 147.84 | 132.6 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 156 | 0.69 | 0 | 0.18 | 0.25 | 163.97 | 0.52 | 0.49 |
| Hex | 3C | BF | 9C | 45 | 0 | 12 | 19 | A4 | 34 | 31 |
| Octal | 74 | 277 | 234 | 105 | 0 | 22 | 31 | 244 | 64 | 61 |
| Binary | 111100 | 10111111 | 10011100 | 1000101 | 0 | 10010 | 11001 | 10100100 | 110100 | 110001 |
Color Harmonies of #3CBF9C
Complementary color
Monochromatic Colors of #3CBF9C
Black with #3CBF9C
Text Example
Text Example
White with #3CBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBF9C; }
p { color: rgb(60,191,156); }
H1.HeaderClassName
{
color: #3CBF9C;
}
.AnyTagClassName
{
color: #3CBF9C;
}
</style>
background-color css
<style>
a { background-color: #3CBF9C; }
a { background-color: rgb(60,191,156); }
div.DivClassName
{
background-color: #3CBF9C;
}
.BgClassName
{
background-color: #3CBF9C;
}
</style>
border-color css
<style>
span { border-color: #3CBF9C; }
span { border-color: rgb(60,191,156); }
td.TdClassName
{
border-color: #3CBF9C;
}
.TagClassName
{
border-color: #3CBF9C;
}
</style>