Shades of Shamrock #2ECCB3
Tints of Shamrock #2ECCB3
RGB
CMYK
RGB Variations
Color information
#2ECCB3 (or 0x2ECCB3) is known color: Shamrock. HEX triplet: 2E, CC and B3. RGB value is (46,204,179). Sum of RGB (Red+Green+Blue) = 46+204+179=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCB3 is #D1334C. Grayscale: #999999. Windows color (decimal): -13710157 or 11783214. OLE color: 11783214.
HSL color Cylindrical-coordinate representation of color #2ECCB3: hue angle of 170.51º 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 #2ECCB3 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 179 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.2 |
| HSL | 170.51º | 0.63% | 0.49% | - |
| HSV(B) | 170.51º | 0.77% | 0.8% | - |
| XYZ | 30.86 | 47.02 | 50.1 | - |
| YUV | 153.91 | 142.15 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 179 | 0.77 | 0 | 0.12 | 0.2 | 170.51 | 0.63 | 0.49 |
| Hex | 2E | CC | B3 | 4D | 0 | C | 14 | AB | 3F | 31 |
| Octal | 56 | 314 | 263 | 115 | 0 | 14 | 24 | 253 | 77 | 61 |
| Binary | 101110 | 11001100 | 10110011 | 1001101 | 0 | 1100 | 10100 | 10101011 | 111111 | 110001 |
Color Harmonies of #2ECCB3
Complementary color
Monochromatic Colors of #2ECCB3
Black with #2ECCB3
Text Example
Text Example
White with #2ECCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCB3; }
p { color: rgb(46,204,179); }
H1.HeaderClassName
{
color: #2ECCB3;
}
.AnyTagClassName
{
color: #2ECCB3;
}
</style>
background-color css
<style>
a { background-color: #2ECCB3; }
a { background-color: rgb(46,204,179); }
div.DivClassName
{
background-color: #2ECCB3;
}
.BgClassName
{
background-color: #2ECCB3;
}
</style>
border-color css
<style>
span { border-color: #2ECCB3; }
span { border-color: rgb(46,204,179); }
td.TdClassName
{
border-color: #2ECCB3;
}
.TagClassName
{
border-color: #2ECCB3;
}
</style>