Shades of Shamrock #2CBDA0
Tints of Shamrock #2CBDA0
RGB
CMYK
RGB Variations
Color information
#2CBDA0 (or 0x2CBDA0) is known color: Shamrock. HEX triplet: 2C, BD and A0. RGB value is (44,189,160). Sum of RGB (Red+Green+Blue) = 44+189+160=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBDA0 is #D3425F. Grayscale: #8E8E8E. Windows color (decimal): -13845088 or 10534188. OLE color: 10534188.
HSL color Cylindrical-coordinate representation of color #2CBDA0: hue angle of 168º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBDA0 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 160 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.26 |
| HSL | 168º | 0.62% | 0.46% | - |
| HSV(B) | 168º | 0.77% | 0.74% | - |
| XYZ | 25.58 | 39.47 | 39.53 | - |
| YUV | 142.34 | 137.96 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 160 | 0.77 | 0 | 0.15 | 0.26 | 168 | 0.62 | 0.46 |
| Hex | 2C | BD | A0 | 4D | 0 | F | 1A | A8 | 3E | 2E |
| Octal | 54 | 275 | 240 | 115 | 0 | 17 | 32 | 250 | 76 | 56 |
| Binary | 101100 | 10111101 | 10100000 | 1001101 | 0 | 1111 | 11010 | 10101000 | 111110 | 101110 |
Color Harmonies of #2CBDA0
Complementary color
Monochromatic Colors of #2CBDA0
Black with #2CBDA0
Text Example
Text Example
White with #2CBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDA0; }
p { color: rgb(44,189,160); }
H1.HeaderClassName
{
color: #2CBDA0;
}
.AnyTagClassName
{
color: #2CBDA0;
}
</style>
background-color css
<style>
a { background-color: #2CBDA0; }
a { background-color: rgb(44,189,160); }
div.DivClassName
{
background-color: #2CBDA0;
}
.BgClassName
{
background-color: #2CBDA0;
}
</style>
border-color css
<style>
span { border-color: #2CBDA0; }
span { border-color: rgb(44,189,160); }
td.TdClassName
{
border-color: #2CBDA0;
}
.TagClassName
{
border-color: #2CBDA0;
}
</style>