Shades of Shamrock #2CCC9C
Tints of Shamrock #2CCC9C
RGB
CMYK
RGB Variations
Color information
#2CCC9C (or 0x2CCC9C) is known color: Shamrock. HEX triplet: 2C, CC and 9C. RGB value is (44,204,156). Sum of RGB (Red+Green+Blue) = 44+204+156=404 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.89% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCC9C is #D33363. Grayscale: #969696. Windows color (decimal): -13841252 or 10275884. OLE color: 10275884.
HSL color Cylindrical-coordinate representation of color #2CCC9C: hue angle of 162º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCC9C is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 156 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.2 |
| HSL | 162º | 0.65% | 0.49% | - |
| HSV(B) | 162º | 0.78% | 0.8% | - |
| XYZ | 28.63 | 46.12 | 38.85 | - |
| YUV | 150.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 156 | 0.78 | 0 | 0.24 | 0.2 | 162 | 0.65 | 0.49 |
| Hex | 2C | CC | 9C | 4E | 0 | 18 | 14 | A2 | 41 | 31 |
| Octal | 54 | 314 | 234 | 116 | 0 | 30 | 24 | 242 | 101 | 61 |
| Binary | 101100 | 11001100 | 10011100 | 1001110 | 0 | 11000 | 10100 | 10100010 | 1000001 | 110001 |
Color Harmonies of #2CCC9C
Complementary color
Monochromatic Colors of #2CCC9C
Black with #2CCC9C
Text Example
Text Example
White with #2CCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC9C; }
p { color: rgb(44,204,156); }
H1.HeaderClassName
{
color: #2CCC9C;
}
.AnyTagClassName
{
color: #2CCC9C;
}
</style>
background-color css
<style>
a { background-color: #2CCC9C; }
a { background-color: rgb(44,204,156); }
div.DivClassName
{
background-color: #2CCC9C;
}
.BgClassName
{
background-color: #2CCC9C;
}
</style>
border-color css
<style>
span { border-color: #2CCC9C; }
span { border-color: rgb(44,204,156); }
td.TdClassName
{
border-color: #2CCC9C;
}
.TagClassName
{
border-color: #2CCC9C;
}
</style>