Shades of Shamrock #3CC29B
Tints of Shamrock #3CC29B
RGB
CMYK
RGB Variations
Color information
#3CC29B (or 0x3CC29B) is known color: Shamrock. HEX triplet: 3C, C2 and 9B. RGB value is (60,194,155). Sum of RGB (Red+Green+Blue) = 60+194+155=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC29B is #C33D64. Grayscale: #959595. Windows color (decimal): -12795237 or 10207804. OLE color: 10207804.
HSL color Cylindrical-coordinate representation of color #3CC29B: hue angle of 162.54º 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 #3CC29B is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 155 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.24 |
| HSL | 162.54º | 0.53% | 0.5% | - |
| HSV(B) | 162.54º | 0.69% | 0.76% | - |
| XYZ | 27.07 | 41.91 | 37.67 | - |
| YUV | 149.49 | 131.11 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 155 | 0.69 | 0 | 0.20 | 0.24 | 162.54 | 0.53 | 0.5 |
| Hex | 3C | C2 | 9B | 45 | 0 | 14 | 18 | A3 | 35 | 32 |
| Octal | 74 | 302 | 233 | 105 | 0 | 24 | 30 | 243 | 65 | 62 |
| Binary | 111100 | 11000010 | 10011011 | 1000101 | 0 | 10100 | 11000 | 10100011 | 110101 | 110010 |
Color Harmonies of #3CC29B
Complementary color
Monochromatic Colors of #3CC29B
Black with #3CC29B
Text Example
Text Example
White with #3CC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC29B; }
p { color: rgb(60,194,155); }
H1.HeaderClassName
{
color: #3CC29B;
}
.AnyTagClassName
{
color: #3CC29B;
}
</style>
background-color css
<style>
a { background-color: #3CC29B; }
a { background-color: rgb(60,194,155); }
div.DivClassName
{
background-color: #3CC29B;
}
.BgClassName
{
background-color: #3CC29B;
}
</style>
border-color css
<style>
span { border-color: #3CC29B; }
span { border-color: rgb(60,194,155); }
td.TdClassName
{
border-color: #3CC29B;
}
.TagClassName
{
border-color: #3CC29B;
}
</style>