Shades of Shamrock #2CCDA2
Tints of Shamrock #2CCDA2
RGB
CMYK
RGB Variations
Color information
#2CCDA2 (or 0x2CCDA2) is known color: Shamrock. HEX triplet: 2C, CD and A2. RGB value is (44,205,162). Sum of RGB (Red+Green+Blue) = 44+205+162=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCDA2 is #D3325D. Grayscale: #979797. Windows color (decimal): -13840990 or 10669356. OLE color: 10669356.
HSL color Cylindrical-coordinate representation of color #2CCDA2: hue angle of 163.98º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCDA2 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 162 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.20 |
| HSL | 163.98º | 0.65% | 0.49% | - |
| HSV(B) | 163.98º | 0.79% | 0.8% | - |
| XYZ | 29.39 | 46.81 | 41.67 | - |
| YUV | 151.96 | 133.66 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 162 | 0.79 | 0 | 0.21 | 0.20 | 163.98 | 0.65 | 0.49 |
| Hex | 2C | CD | A2 | 4F | 0 | 15 | 14 | A4 | 41 | 31 |
| Octal | 54 | 315 | 242 | 117 | 0 | 25 | 24 | 244 | 101 | 61 |
| Binary | 101100 | 11001101 | 10100010 | 1001111 | 0 | 10101 | 10100 | 10100100 | 1000001 | 110001 |
Color Harmonies of #2CCDA2
Complementary color
Monochromatic Colors of #2CCDA2
Black with #2CCDA2
Text Example
Text Example
White with #2CCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDA2; }
p { color: rgb(44,205,162); }
H1.HeaderClassName
{
color: #2CCDA2;
}
.AnyTagClassName
{
color: #2CCDA2;
}
</style>
background-color css
<style>
a { background-color: #2CCDA2; }
a { background-color: rgb(44,205,162); }
div.DivClassName
{
background-color: #2CCDA2;
}
.BgClassName
{
background-color: #2CCDA2;
}
</style>
border-color css
<style>
span { border-color: #2CCDA2; }
span { border-color: rgb(44,205,162); }
td.TdClassName
{
border-color: #2CCDA2;
}
.TagClassName
{
border-color: #2CCDA2;
}
</style>