Shades of Shamrock #2CCAA8
Tints of Shamrock #2CCAA8
RGB
CMYK
RGB Variations
Color information
#2CCAA8 (or 0x2CCAA8) is known color: Shamrock. HEX triplet: 2C, CA and A8. RGB value is (44,202,168). Sum of RGB (Red+Green+Blue) = 44+202+168=414 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.63% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCAA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCAA8 is #D33557. Grayscale: #969696. Windows color (decimal): -13841752 or 11061804. OLE color: 11061804.
HSL color Cylindrical-coordinate representation of color #2CCAA8: hue angle of 167.09º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCAA8 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 168 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.21 |
| HSL | 167.09º | 0.64% | 0.48% | - |
| HSV(B) | 167.09º | 0.78% | 0.79% | - |
| XYZ | 29.23 | 45.6 | 44.31 | - |
| YUV | 150.88 | 137.65 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 168 | 0.78 | 0 | 0.17 | 0.21 | 167.09 | 0.64 | 0.48 |
| Hex | 2C | CA | A8 | 4E | 0 | 11 | 15 | A7 | 40 | 30 |
| Octal | 54 | 312 | 250 | 116 | 0 | 21 | 25 | 247 | 100 | 60 |
| Binary | 101100 | 11001010 | 10101000 | 1001110 | 0 | 10001 | 10101 | 10100111 | 1000000 | 110000 |
Color Harmonies of #2CCAA8
Complementary color
Monochromatic Colors of #2CCAA8
Black with #2CCAA8
Text Example
Text Example
White with #2CCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCAA8; }
p { color: rgb(44,202,168); }
H1.HeaderClassName
{
color: #2CCAA8;
}
.AnyTagClassName
{
color: #2CCAA8;
}
</style>
background-color css
<style>
a { background-color: #2CCAA8; }
a { background-color: rgb(44,202,168); }
div.DivClassName
{
background-color: #2CCAA8;
}
.BgClassName
{
background-color: #2CCAA8;
}
</style>
border-color css
<style>
span { border-color: #2CCAA8; }
span { border-color: rgb(44,202,168); }
td.TdClassName
{
border-color: #2CCAA8;
}
.TagClassName
{
border-color: #2CCAA8;
}
</style>