Shades of Shamrock #2ECDB5
Tints of Shamrock #2ECDB5
RGB
CMYK
RGB Variations
Color information
#2ECDB5 (or 0x2ECDB5) is known color: Shamrock. HEX triplet: 2E, CD and B5. RGB value is (46,205,181). Sum of RGB (Red+Green+Blue) = 46+205+181=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDB5 is #D1324A. Grayscale: #9A9A9A. Windows color (decimal): -13709899 or 11914542. OLE color: 11914542.
HSL color Cylindrical-coordinate representation of color #2ECDB5: hue angle of 170.94º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECDB5 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 181 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.20 |
| HSL | 170.94º | 0.63% | 0.49% | - |
| HSV(B) | 170.94º | 0.78% | 0.8% | - |
| XYZ | 31.3 | 47.58 | 51.25 | - |
| YUV | 154.72 | 142.82 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 181 | 0.78 | 0 | 0.12 | 0.20 | 170.94 | 0.63 | 0.49 |
| Hex | 2E | CD | B5 | 4E | 0 | C | 14 | AB | 3F | 31 |
| Octal | 56 | 315 | 265 | 116 | 0 | 14 | 24 | 253 | 77 | 61 |
| Binary | 101110 | 11001101 | 10110101 | 1001110 | 0 | 1100 | 10100 | 10101011 | 111111 | 110001 |
Color Harmonies of #2ECDB5
Complementary color
Monochromatic Colors of #2ECDB5
Black with #2ECDB5
Text Example
Text Example
White with #2ECDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDB5; }
p { color: rgb(46,205,181); }
H1.HeaderClassName
{
color: #2ECDB5;
}
.AnyTagClassName
{
color: #2ECDB5;
}
</style>
background-color css
<style>
a { background-color: #2ECDB5; }
a { background-color: rgb(46,205,181); }
div.DivClassName
{
background-color: #2ECDB5;
}
.BgClassName
{
background-color: #2ECDB5;
}
</style>
border-color css
<style>
span { border-color: #2ECDB5; }
span { border-color: rgb(46,205,181); }
td.TdClassName
{
border-color: #2ECDB5;
}
.TagClassName
{
border-color: #2ECDB5;
}
</style>