Shades of Shamrock #2CDDA6
Tints of Shamrock #2CDDA6
RGB
CMYK
RGB Variations
Color information
#2CDDA6 (or 0x2CDDA6) is known color: Shamrock. HEX triplet: 2C, DD and A6. RGB value is (44,221,166). Sum of RGB (Red+Green+Blue) = 44+221+166=431 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.21% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDDA6 is #D32259. Grayscale: #A1A1A1. Windows color (decimal): -13836890 or 10935596. OLE color: 10935596.
HSL color Cylindrical-coordinate representation of color #2CDDA6: hue angle of 161.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDDA6 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 166 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.13 |
| HSL | 161.36º | 0.72% | 0.52% | - |
| HSV(B) | 161.36º | 0.8% | 0.87% | - |
| XYZ | 33.78 | 55 | 44.91 | - |
| YUV | 161.81 | 130.36 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 166 | 0.80 | 0 | 0.25 | 0.13 | 161.36 | 0.72 | 0.52 |
| Hex | 2C | DD | A6 | 50 | 0 | 19 | D | A1 | 48 | 34 |
| Octal | 54 | 335 | 246 | 120 | 0 | 31 | 15 | 241 | 110 | 64 |
| Binary | 101100 | 11011101 | 10100110 | 1010000 | 0 | 11001 | 1101 | 10100001 | 1001000 | 110100 |
Color Harmonies of #2CDDA6
Complementary color
Monochromatic Colors of #2CDDA6
Black with #2CDDA6
Text Example
Text Example
White with #2CDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDA6; }
p { color: rgb(44,221,166); }
H1.HeaderClassName
{
color: #2CDDA6;
}
.AnyTagClassName
{
color: #2CDDA6;
}
</style>
background-color css
<style>
a { background-color: #2CDDA6; }
a { background-color: rgb(44,221,166); }
div.DivClassName
{
background-color: #2CDDA6;
}
.BgClassName
{
background-color: #2CDDA6;
}
</style>
border-color css
<style>
span { border-color: #2CDDA6; }
span { border-color: rgb(44,221,166); }
td.TdClassName
{
border-color: #2CDDA6;
}
.TagClassName
{
border-color: #2CDDA6;
}
</style>