Shades of Shamrock #2CD4A0
Tints of Shamrock #2CD4A0
RGB
CMYK
RGB Variations
Color information
#2CD4A0 (or 0x2CD4A0) is known color: Shamrock. HEX triplet: 2C, D4 and A0. RGB value is (44,212,160). Sum of RGB (Red+Green+Blue) = 44+212+160=416 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.58% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD4A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CD4A0 is #D32B5F. Grayscale: #9B9B9B. Windows color (decimal): -13839200 or 10540076. OLE color: 10540076.
HSL color Cylindrical-coordinate representation of color #2CD4A0: hue angle of 161.43º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD4A0 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 212 | 160 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.17 |
| HSL | 161.43º | 0.66% | 0.5% | - |
| HSV(B) | 161.43º | 0.79% | 0.83% | - |
| XYZ | 30.93 | 50.16 | 41.31 | - |
| YUV | 155.84 | 130.34 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 212 | 160 | 0.79 | 0 | 0.25 | 0.17 | 161.43 | 0.66 | 0.5 |
| Hex | 2C | D4 | A0 | 4F | 0 | 19 | 11 | A1 | 42 | 32 |
| Octal | 54 | 324 | 240 | 117 | 0 | 31 | 21 | 241 | 102 | 62 |
| Binary | 101100 | 11010100 | 10100000 | 1001111 | 0 | 11001 | 10001 | 10100001 | 1000010 | 110010 |
Color Harmonies of #2CD4A0
Complementary color
Monochromatic Colors of #2CD4A0
Black with #2CD4A0
Text Example
Text Example
White with #2CD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD4A0; }
p { color: rgb(44,212,160); }
H1.HeaderClassName
{
color: #2CD4A0;
}
.AnyTagClassName
{
color: #2CD4A0;
}
</style>
background-color css
<style>
a { background-color: #2CD4A0; }
a { background-color: rgb(44,212,160); }
div.DivClassName
{
background-color: #2CD4A0;
}
.BgClassName
{
background-color: #2CD4A0;
}
</style>
border-color css
<style>
span { border-color: #2CD4A0; }
span { border-color: rgb(44,212,160); }
td.TdClassName
{
border-color: #2CD4A0;
}
.TagClassName
{
border-color: #2CD4A0;
}
</style>