Shades of Shamrock #2CECB0
Tints of Shamrock #2CECB0
RGB
CMYK
RGB Variations
Color information
#2CECB0 (or 0x2CECB0) is known color: Shamrock. HEX triplet: 2C, EC and B0. RGB value is (44,236,176). Sum of RGB (Red+Green+Blue) = 44+236+176=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #2CECB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CECB0 is #D3134F. Grayscale: #ABABAB. Windows color (decimal): -13833040 or 11594796. OLE color: 11594796.
HSL color Cylindrical-coordinate representation of color #2CECB0: hue angle of 161.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CECB0 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 176 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.07 |
| HSL | 161.25º | 0.83% | 0.55% | - |
| HSV(B) | 161.25º | 0.81% | 0.93% | - |
| XYZ | 38.87 | 63.66 | 51.31 | - |
| YUV | 171.75 | 130.39 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 176 | 0.81 | 0 | 0.25 | 0.07 | 161.25 | 0.83 | 0.55 |
| Hex | 2C | EC | B0 | 51 | 0 | 19 | 7 | A1 | 53 | 37 |
| Octal | 54 | 354 | 260 | 121 | 0 | 31 | 7 | 241 | 123 | 67 |
| Binary | 101100 | 11101100 | 10110000 | 1010001 | 0 | 11001 | 111 | 10100001 | 1010011 | 110111 |
Color Harmonies of #2CECB0
Complementary color
Monochromatic Colors of #2CECB0
Black with #2CECB0
Text Example
Text Example
White with #2CECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECB0; }
p { color: rgb(44,236,176); }
H1.HeaderClassName
{
color: #2CECB0;
}
.AnyTagClassName
{
color: #2CECB0;
}
</style>
background-color css
<style>
a { background-color: #2CECB0; }
a { background-color: rgb(44,236,176); }
div.DivClassName
{
background-color: #2CECB0;
}
.BgClassName
{
background-color: #2CECB0;
}
</style>
border-color css
<style>
span { border-color: #2CECB0; }
span { border-color: rgb(44,236,176); }
td.TdClassName
{
border-color: #2CECB0;
}
.TagClassName
{
border-color: #2CECB0;
}
</style>