Shades of Shamrock #2CCDAB
Tints of Shamrock #2CCDAB
RGB
CMYK
RGB Variations
Color information
#2CCDAB (or 0x2CCDAB) is known color: Shamrock. HEX triplet: 2C, CD and AB. RGB value is (44,205,171). Sum of RGB (Red+Green+Blue) = 44+205+171=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCDAB is #D33254. Grayscale: #989898. Windows color (decimal): -13840981 or 11259180. OLE color: 11259180.
HSL color Cylindrical-coordinate representation of color #2CCDAB: hue angle of 167.33º 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 #2CCDAB is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 171 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.20 |
| HSL | 167.33º | 0.65% | 0.49% | - |
| HSV(B) | 167.33º | 0.79% | 0.8% | - |
| XYZ | 30.22 | 47.14 | 46.03 | - |
| YUV | 152.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 171 | 0.79 | 0 | 0.17 | 0.20 | 167.33 | 0.65 | 0.49 |
| Hex | 2C | CD | AB | 4F | 0 | 11 | 14 | A7 | 41 | 31 |
| Octal | 54 | 315 | 253 | 117 | 0 | 21 | 24 | 247 | 101 | 61 |
| Binary | 101100 | 11001101 | 10101011 | 1001111 | 0 | 10001 | 10100 | 10100111 | 1000001 | 110001 |
Color Harmonies of #2CCDAB
Complementary color
Monochromatic Colors of #2CCDAB
Black with #2CCDAB
Text Example
Text Example
White with #2CCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDAB; }
p { color: rgb(44,205,171); }
H1.HeaderClassName
{
color: #2CCDAB;
}
.AnyTagClassName
{
color: #2CCDAB;
}
</style>
background-color css
<style>
a { background-color: #2CCDAB; }
a { background-color: rgb(44,205,171); }
div.DivClassName
{
background-color: #2CCDAB;
}
.BgClassName
{
background-color: #2CCDAB;
}
</style>
border-color css
<style>
span { border-color: #2CCDAB; }
span { border-color: rgb(44,205,171); }
td.TdClassName
{
border-color: #2CCDAB;
}
.TagClassName
{
border-color: #2CCDAB;
}
</style>