Shades of Shamrock #2CCC9B
Tints of Shamrock #2CCC9B
RGB
CMYK
RGB Variations
Color information
#2CCC9B (or 0x2CCC9B) is known color: Shamrock. HEX triplet: 2C, CC and 9B. RGB value is (44,204,155). Sum of RGB (Red+Green+Blue) = 44+204+155=403 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.92% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCC9B is #D33364. Grayscale: #969696. Windows color (decimal): -13841253 or 10210348. OLE color: 10210348.
HSL color Cylindrical-coordinate representation of color #2CCC9B: hue angle of 161.62º 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 #2CCC9B is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 155 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.2 |
| HSL | 161.63º | 0.65% | 0.49% | - |
| HSV(B) | 161.63º | 0.78% | 0.8% | - |
| XYZ | 28.55 | 46.09 | 38.4 | - |
| YUV | 150.57 | 130.49 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 155 | 0.78 | 0 | 0.24 | 0.2 | 161.63 | 0.65 | 0.49 |
| Hex | 2C | CC | 9B | 4E | 0 | 18 | 14 | A2 | 41 | 31 |
| Octal | 54 | 314 | 233 | 116 | 0 | 30 | 24 | 242 | 101 | 61 |
| Binary | 101100 | 11001100 | 10011011 | 1001110 | 0 | 11000 | 10100 | 10100010 | 1000001 | 110001 |
Color Harmonies of #2CCC9B
Complementary color
Monochromatic Colors of #2CCC9B
Black with #2CCC9B
Text Example
Text Example
White with #2CCC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC9B; }
p { color: rgb(44,204,155); }
H1.HeaderClassName
{
color: #2CCC9B;
}
.AnyTagClassName
{
color: #2CCC9B;
}
</style>
background-color css
<style>
a { background-color: #2CCC9B; }
a { background-color: rgb(44,204,155); }
div.DivClassName
{
background-color: #2CCC9B;
}
.BgClassName
{
background-color: #2CCC9B;
}
</style>
border-color css
<style>
span { border-color: #2CCC9B; }
span { border-color: rgb(44,204,155); }
td.TdClassName
{
border-color: #2CCC9B;
}
.TagClassName
{
border-color: #2CCC9B;
}
</style>