Shades of Shamrock #3BC29D
Tints of Shamrock #3BC29D
RGB
CMYK
RGB Variations
Color information
#3BC29D (or 0x3BC29D) is known color: Shamrock. HEX triplet: 3B, C2 and 9D. RGB value is (59,194,157). Sum of RGB (Red+Green+Blue) = 59+194+157=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC29D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC29D is #C43D62. Grayscale: #959595. Windows color (decimal): -12860771 or 10338875. OLE color: 10338875.
HSL color Cylindrical-coordinate representation of color #3BC29D: hue angle of 163.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC29D is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 157 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.24 |
| HSL | 163.56º | 0.53% | 0.5% | - |
| HSV(B) | 163.56º | 0.7% | 0.76% | - |
| XYZ | 27.18 | 41.95 | 38.56 | - |
| YUV | 149.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 157 | 0.70 | 0 | 0.19 | 0.24 | 163.56 | 0.53 | 0.5 |
| Hex | 3B | C2 | 9D | 46 | 0 | 13 | 18 | A4 | 35 | 32 |
| Octal | 73 | 302 | 235 | 106 | 0 | 23 | 30 | 244 | 65 | 62 |
| Binary | 111011 | 11000010 | 10011101 | 1000110 | 0 | 10011 | 11000 | 10100100 | 110101 | 110010 |
Color Harmonies of #3BC29D
Complementary color
Monochromatic Colors of #3BC29D
Black with #3BC29D
Text Example
Text Example
White with #3BC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC29D; }
p { color: rgb(59,194,157); }
H1.HeaderClassName
{
color: #3BC29D;
}
.AnyTagClassName
{
color: #3BC29D;
}
</style>
background-color css
<style>
a { background-color: #3BC29D; }
a { background-color: rgb(59,194,157); }
div.DivClassName
{
background-color: #3BC29D;
}
.BgClassName
{
background-color: #3BC29D;
}
</style>
border-color css
<style>
span { border-color: #3BC29D; }
span { border-color: rgb(59,194,157); }
td.TdClassName
{
border-color: #3BC29D;
}
.TagClassName
{
border-color: #3BC29D;
}
</style>