Shades of Shamrock #3CC99D
Tints of Shamrock #3CC99D
RGB
CMYK
RGB Variations
Color information
#3CC99D (or 0x3CC99D) is known color: Shamrock. HEX triplet: 3C, C9 and 9D. RGB value is (60,201,157). Sum of RGB (Red+Green+Blue) = 60+201+157=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC99D is #C33662. Grayscale: #999999. Windows color (decimal): -12793443 or 10340668. OLE color: 10340668.
HSL color Cylindrical-coordinate representation of color #3CC99D: hue angle of 161.28º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC99D is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 157 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.21 |
| HSL | 161.28º | 0.57% | 0.51% | - |
| HSV(B) | 161.28º | 0.7% | 0.79% | - |
| XYZ | 28.84 | 45.17 | 39.1 | - |
| YUV | 153.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 157 | 0.70 | 0 | 0.22 | 0.21 | 161.28 | 0.57 | 0.51 |
| Hex | 3C | C9 | 9D | 46 | 0 | 16 | 15 | A1 | 39 | 33 |
| Octal | 74 | 311 | 235 | 106 | 0 | 26 | 25 | 241 | 71 | 63 |
| Binary | 111100 | 11001001 | 10011101 | 1000110 | 0 | 10110 | 10101 | 10100001 | 111001 | 110011 |
Color Harmonies of #3CC99D
Complementary color
Monochromatic Colors of #3CC99D
Black with #3CC99D
Text Example
Text Example
White with #3CC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC99D; }
p { color: rgb(60,201,157); }
H1.HeaderClassName
{
color: #3CC99D;
}
.AnyTagClassName
{
color: #3CC99D;
}
</style>
background-color css
<style>
a { background-color: #3CC99D; }
a { background-color: rgb(60,201,157); }
div.DivClassName
{
background-color: #3CC99D;
}
.BgClassName
{
background-color: #3CC99D;
}
</style>
border-color css
<style>
span { border-color: #3CC99D; }
span { border-color: rgb(60,201,157); }
td.TdClassName
{
border-color: #3CC99D;
}
.TagClassName
{
border-color: #3CC99D;
}
</style>