Shades of Shamrock #2ECBAC
Tints of Shamrock #2ECBAC
RGB
CMYK
RGB Variations
Color information
#2ECBAC (or 0x2ECBAC) is known color: Shamrock. HEX triplet: 2E, CB and AC. RGB value is (46,203,172). Sum of RGB (Red+Green+Blue) = 46+203+172=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECBAC is #D13453. Grayscale: #989898. Windows color (decimal): -13710420 or 11324206. OLE color: 11324206.
HSL color Cylindrical-coordinate representation of color #2ECBAC: hue angle of 168.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECBAC is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 172 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.20 |
| HSL | 168.15º | 0.63% | 0.49% | - |
| HSV(B) | 168.15º | 0.77% | 0.8% | - |
| XYZ | 29.93 | 46.27 | 46.38 | - |
| YUV | 152.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 172 | 0.77 | 0 | 0.15 | 0.20 | 168.15 | 0.63 | 0.49 |
| Hex | 2E | CB | AC | 4D | 0 | F | 14 | A8 | 3F | 31 |
| Octal | 56 | 313 | 254 | 115 | 0 | 17 | 24 | 250 | 77 | 61 |
| Binary | 101110 | 11001011 | 10101100 | 1001101 | 0 | 1111 | 10100 | 10101000 | 111111 | 110001 |
Color Harmonies of #2ECBAC
Complementary color
Monochromatic Colors of #2ECBAC
Black with #2ECBAC
Text Example
Text Example
White with #2ECBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBAC; }
p { color: rgb(46,203,172); }
H1.HeaderClassName
{
color: #2ECBAC;
}
.AnyTagClassName
{
color: #2ECBAC;
}
</style>
background-color css
<style>
a { background-color: #2ECBAC; }
a { background-color: rgb(46,203,172); }
div.DivClassName
{
background-color: #2ECBAC;
}
.BgClassName
{
background-color: #2ECBAC;
}
</style>
border-color css
<style>
span { border-color: #2ECBAC; }
span { border-color: rgb(46,203,172); }
td.TdClassName
{
border-color: #2ECBAC;
}
.TagClassName
{
border-color: #2ECBAC;
}
</style>