Shades of Shamrock #2CDAB4
Tints of Shamrock #2CDAB4
RGB
CMYK
RGB Variations
Color information
#2CDAB4 (or 0x2CDAB4) is known color: Shamrock. HEX triplet: 2C, DA and B4. RGB value is (44,218,180). Sum of RGB (Red+Green+Blue) = 44+218+180=442 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.95% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDAB4 is #D3254B. Grayscale: #A1A1A1. Windows color (decimal): -13837644 or 11852332. OLE color: 11852332.
HSL color Cylindrical-coordinate representation of color #2CDAB4: hue angle of 166.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDAB4 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 180 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.15 |
| HSL | 166.9º | 0.7% | 0.51% | - |
| HSV(B) | 166.9º | 0.8% | 0.85% | - |
| XYZ | 34.35 | 53.97 | 51.79 | - |
| YUV | 161.64 | 138.35 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 180 | 0.80 | 0 | 0.17 | 0.15 | 166.9 | 0.7 | 0.51 |
| Hex | 2C | DA | B4 | 50 | 0 | 11 | F | A7 | 46 | 33 |
| Octal | 54 | 332 | 264 | 120 | 0 | 21 | 17 | 247 | 106 | 63 |
| Binary | 101100 | 11011010 | 10110100 | 1010000 | 0 | 10001 | 1111 | 10100111 | 1000110 | 110011 |
Color Harmonies of #2CDAB4
Complementary color
Monochromatic Colors of #2CDAB4
Black with #2CDAB4
Text Example
Text Example
White with #2CDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDAB4; }
p { color: rgb(44,218,180); }
H1.HeaderClassName
{
color: #2CDAB4;
}
.AnyTagClassName
{
color: #2CDAB4;
}
</style>
background-color css
<style>
a { background-color: #2CDAB4; }
a { background-color: rgb(44,218,180); }
div.DivClassName
{
background-color: #2CDAB4;
}
.BgClassName
{
background-color: #2CDAB4;
}
</style>
border-color css
<style>
span { border-color: #2CDAB4; }
span { border-color: rgb(44,218,180); }
td.TdClassName
{
border-color: #2CDAB4;
}
.TagClassName
{
border-color: #2CDAB4;
}
</style>