Shades of Shamrock #3CC39B
Tints of Shamrock #3CC39B
RGB
CMYK
RGB Variations
Color information
#3CC39B (or 0x3CC39B) is known color: Shamrock. HEX triplet: 3C, C3 and 9B. RGB value is (60,195,155). Sum of RGB (Red+Green+Blue) = 60+195+155=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC39B is #C33C64. Grayscale: #969696. Windows color (decimal): -12794981 or 10208060. OLE color: 10208060.
HSL color Cylindrical-coordinate representation of color #3CC39B: hue angle of 162.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC39B is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 195 | 155 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.24 |
| HSL | 162.22º | 0.53% | 0.5% | - |
| HSV(B) | 162.22º | 0.69% | 0.76% | - |
| XYZ | 27.29 | 42.36 | 37.75 | - |
| YUV | 150.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 195 | 155 | 0.69 | 0 | 0.21 | 0.24 | 162.22 | 0.53 | 0.5 |
| Hex | 3C | C3 | 9B | 45 | 0 | 15 | 18 | A2 | 35 | 32 |
| Octal | 74 | 303 | 233 | 105 | 0 | 25 | 30 | 242 | 65 | 62 |
| Binary | 111100 | 11000011 | 10011011 | 1000101 | 0 | 10101 | 11000 | 10100010 | 110101 | 110010 |
Color Harmonies of #3CC39B
Complementary color
Monochromatic Colors of #3CC39B
Black with #3CC39B
Text Example
Text Example
White with #3CC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC39B; }
p { color: rgb(60,195,155); }
H1.HeaderClassName
{
color: #3CC39B;
}
.AnyTagClassName
{
color: #3CC39B;
}
</style>
background-color css
<style>
a { background-color: #3CC39B; }
a { background-color: rgb(60,195,155); }
div.DivClassName
{
background-color: #3CC39B;
}
.BgClassName
{
background-color: #3CC39B;
}
</style>
border-color css
<style>
span { border-color: #3CC39B; }
span { border-color: rgb(60,195,155); }
td.TdClassName
{
border-color: #3CC39B;
}
.TagClassName
{
border-color: #3CC39B;
}
</style>