Shades of Shamrock #2CCCA8
Tints of Shamrock #2CCCA8
RGB
CMYK
RGB Variations
Color information
#2CCCA8 (or 0x2CCCA8) is known color: Shamrock. HEX triplet: 2C, CC and A8. RGB value is (44,204,168). Sum of RGB (Red+Green+Blue) = 44+204+168=416 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.58% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCCA8 is #D33357. Grayscale: #989898. Windows color (decimal): -13841240 or 11062316. OLE color: 11062316.
HSL color Cylindrical-coordinate representation of color #2CCCA8: hue angle of 166.5º 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 #2CCCA8 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 168 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.2 |
| HSL | 166.5º | 0.65% | 0.49% | - |
| HSV(B) | 166.5º | 0.78% | 0.8% | - |
| XYZ | 29.7 | 46.55 | 44.47 | - |
| YUV | 152.06 | 136.99 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 168 | 0.78 | 0 | 0.18 | 0.2 | 166.5 | 0.65 | 0.49 |
| Hex | 2C | CC | A8 | 4E | 0 | 12 | 14 | A6 | 41 | 31 |
| Octal | 54 | 314 | 250 | 116 | 0 | 22 | 24 | 246 | 101 | 61 |
| Binary | 101100 | 11001100 | 10101000 | 1001110 | 0 | 10010 | 10100 | 10100110 | 1000001 | 110001 |
Color Harmonies of #2CCCA8
Complementary color
Monochromatic Colors of #2CCCA8
Black with #2CCCA8
Text Example
Text Example
White with #2CCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCCA8; }
p { color: rgb(44,204,168); }
H1.HeaderClassName
{
color: #2CCCA8;
}
.AnyTagClassName
{
color: #2CCCA8;
}
</style>
background-color css
<style>
a { background-color: #2CCCA8; }
a { background-color: rgb(44,204,168); }
div.DivClassName
{
background-color: #2CCCA8;
}
.BgClassName
{
background-color: #2CCCA8;
}
</style>
border-color css
<style>
span { border-color: #2CCCA8; }
span { border-color: rgb(44,204,168); }
td.TdClassName
{
border-color: #2CCCA8;
}
.TagClassName
{
border-color: #2CCCA8;
}
</style>