Shades of Shamrock #2ECBAD
Tints of Shamrock #2ECBAD
RGB
CMYK
RGB Variations
Color information
#2ECBAD (or 0x2ECBAD) is known color: Shamrock. HEX triplet: 2E, CB and AD. RGB value is (46,203,173). Sum of RGB (Red+Green+Blue) = 46+203+173=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECBAD is #D13452. Grayscale: #989898. Windows color (decimal): -13710419 or 11389742. OLE color: 11389742.
HSL color Cylindrical-coordinate representation of color #2ECBAD: hue angle of 168.54º 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 #2ECBAD is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 173 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.20 |
| HSL | 168.54º | 0.63% | 0.49% | - |
| HSV(B) | 168.54º | 0.77% | 0.8% | - |
| XYZ | 30.03 | 46.31 | 46.89 | - |
| YUV | 152.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 173 | 0.77 | 0 | 0.15 | 0.20 | 168.54 | 0.63 | 0.49 |
| Hex | 2E | CB | AD | 4D | 0 | F | 14 | A9 | 3F | 31 |
| Octal | 56 | 313 | 255 | 115 | 0 | 17 | 24 | 251 | 77 | 61 |
| Binary | 101110 | 11001011 | 10101101 | 1001101 | 0 | 1111 | 10100 | 10101001 | 111111 | 110001 |
Color Harmonies of #2ECBAD
Complementary color
Monochromatic Colors of #2ECBAD
Black with #2ECBAD
Text Example
Text Example
White with #2ECBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBAD; }
p { color: rgb(46,203,173); }
H1.HeaderClassName
{
color: #2ECBAD;
}
.AnyTagClassName
{
color: #2ECBAD;
}
</style>
background-color css
<style>
a { background-color: #2ECBAD; }
a { background-color: rgb(46,203,173); }
div.DivClassName
{
background-color: #2ECBAD;
}
.BgClassName
{
background-color: #2ECBAD;
}
</style>
border-color css
<style>
span { border-color: #2ECBAD; }
span { border-color: rgb(46,203,173); }
td.TdClassName
{
border-color: #2ECBAD;
}
.TagClassName
{
border-color: #2ECBAD;
}
</style>