Shades of Shamrock #2ECDB2
Tints of Shamrock #2ECDB2
RGB
CMYK
RGB Variations
Color information
#2ECDB2 (or 0x2ECDB2) is known color: Shamrock. HEX triplet: 2E, CD and B2. RGB value is (46,205,178). Sum of RGB (Red+Green+Blue) = 46+205+178=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECDB2 is #D1324D. Grayscale: #9A9A9A. Windows color (decimal): -13709902 or 11717934. OLE color: 11717934.
HSL color Cylindrical-coordinate representation of color #2ECDB2: hue angle of 169.81º 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 #2ECDB2 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 178 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.20 |
| HSL | 169.81º | 0.63% | 0.49% | - |
| HSV(B) | 169.81º | 0.78% | 0.8% | - |
| XYZ | 30.99 | 47.46 | 49.65 | - |
| YUV | 154.38 | 141.32 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 178 | 0.78 | 0 | 0.13 | 0.20 | 169.81 | 0.63 | 0.49 |
| Hex | 2E | CD | B2 | 4E | 0 | D | 14 | AA | 3F | 31 |
| Octal | 56 | 315 | 262 | 116 | 0 | 15 | 24 | 252 | 77 | 61 |
| Binary | 101110 | 11001101 | 10110010 | 1001110 | 0 | 1101 | 10100 | 10101010 | 111111 | 110001 |
Color Harmonies of #2ECDB2
Complementary color
Monochromatic Colors of #2ECDB2
Black with #2ECDB2
Text Example
Text Example
White with #2ECDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDB2; }
p { color: rgb(46,205,178); }
H1.HeaderClassName
{
color: #2ECDB2;
}
.AnyTagClassName
{
color: #2ECDB2;
}
</style>
background-color css
<style>
a { background-color: #2ECDB2; }
a { background-color: rgb(46,205,178); }
div.DivClassName
{
background-color: #2ECDB2;
}
.BgClassName
{
background-color: #2ECDB2;
}
</style>
border-color css
<style>
span { border-color: #2ECDB2; }
span { border-color: rgb(46,205,178); }
td.TdClassName
{
border-color: #2ECDB2;
}
.TagClassName
{
border-color: #2ECDB2;
}
</style>