Shades of Shamrock #2CDEAB
Tints of Shamrock #2CDEAB
RGB
CMYK
RGB Variations
Color information
#2CDEAB (or 0x2CDEAB) is known color: Shamrock. HEX triplet: 2C, DE and AB. RGB value is (44,222,171). Sum of RGB (Red+Green+Blue) = 44+222+171=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CDEAB is #D32154. Grayscale: #A2A2A2. Windows color (decimal): -13836629 or 11263532. OLE color: 11263532.
HSL color Cylindrical-coordinate representation of color #2CDEAB: hue angle of 162.81º degrees, saturation: 0.73, 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 #2CDEAB is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 171 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.13 |
| HSL | 162.81º | 0.73% | 0.52% | - |
| HSV(B) | 162.81º | 0.8% | 0.87% | - |
| XYZ | 34.51 | 55.72 | 47.46 | - |
| YUV | 162.96 | 132.53 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 171 | 0.80 | 0 | 0.23 | 0.13 | 162.81 | 0.73 | 0.52 |
| Hex | 2C | DE | AB | 50 | 0 | 17 | D | A3 | 49 | 34 |
| Octal | 54 | 336 | 253 | 120 | 0 | 27 | 15 | 243 | 111 | 64 |
| Binary | 101100 | 11011110 | 10101011 | 1010000 | 0 | 10111 | 1101 | 10100011 | 1001001 | 110100 |
Color Harmonies of #2CDEAB
Complementary color
Monochromatic Colors of #2CDEAB
Black with #2CDEAB
Text Example
Text Example
White with #2CDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDEAB; }
p { color: rgb(44,222,171); }
H1.HeaderClassName
{
color: #2CDEAB;
}
.AnyTagClassName
{
color: #2CDEAB;
}
</style>
background-color css
<style>
a { background-color: #2CDEAB; }
a { background-color: rgb(44,222,171); }
div.DivClassName
{
background-color: #2CDEAB;
}
.BgClassName
{
background-color: #2CDEAB;
}
</style>
border-color css
<style>
span { border-color: #2CDEAB; }
span { border-color: rgb(44,222,171); }
td.TdClassName
{
border-color: #2CDEAB;
}
.TagClassName
{
border-color: #2CDEAB;
}
</style>