Shades of Shamrock #2EECB0
Tints of Shamrock #2EECB0
RGB
CMYK
RGB Variations
Color information
#2EECB0 (or 0x2EECB0) is known color: Shamrock. HEX triplet: 2E, EC and B0. RGB value is (46,236,176). Sum of RGB (Red+Green+Blue) = 46+236+176=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EECB0 is #D1134F. Grayscale: #ACACAC. Windows color (decimal): -13701968 or 11594798. OLE color: 11594798.
HSL color Cylindrical-coordinate representation of color #2EECB0: hue angle of 161.05º 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 #2EECB0 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 176 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.07 |
| HSL | 161.05º | 0.83% | 0.55% | - |
| HSV(B) | 161.05º | 0.81% | 0.93% | - |
| XYZ | 38.96 | 63.71 | 51.32 | - |
| YUV | 172.35 | 130.05 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 176 | 0.81 | 0 | 0.25 | 0.07 | 161.05 | 0.83 | 0.55 |
| Hex | 2E | EC | B0 | 51 | 0 | 19 | 7 | A1 | 53 | 37 |
| Octal | 56 | 354 | 260 | 121 | 0 | 31 | 7 | 241 | 123 | 67 |
| Binary | 101110 | 11101100 | 10110000 | 1010001 | 0 | 11001 | 111 | 10100001 | 1010011 | 110111 |
Color Harmonies of #2EECB0
Complementary color
Monochromatic Colors of #2EECB0
Black with #2EECB0
Text Example
Text Example
White with #2EECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECB0; }
p { color: rgb(46,236,176); }
H1.HeaderClassName
{
color: #2EECB0;
}
.AnyTagClassName
{
color: #2EECB0;
}
</style>
background-color css
<style>
a { background-color: #2EECB0; }
a { background-color: rgb(46,236,176); }
div.DivClassName
{
background-color: #2EECB0;
}
.BgClassName
{
background-color: #2EECB0;
}
</style>
border-color css
<style>
span { border-color: #2EECB0; }
span { border-color: rgb(46,236,176); }
td.TdClassName
{
border-color: #2EECB0;
}
.TagClassName
{
border-color: #2EECB0;
}
</style>