Shades of Shamrock #2ECCB4
Tints of Shamrock #2ECCB4
RGB
CMYK
RGB Variations
Color information
#2ECCB4 (or 0x2ECCB4) is known color: Shamrock. HEX triplet: 2E, CC and B4. RGB value is (46,204,180). Sum of RGB (Red+Green+Blue) = 46+204+180=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCB4 is #D1334B. Grayscale: #999999. Windows color (decimal): -13710156 or 11848750. OLE color: 11848750.
HSL color Cylindrical-coordinate representation of color #2ECCB4: hue angle of 170.89º 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 #2ECCB4 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 180 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.2 |
| HSL | 170.89º | 0.63% | 0.49% | - |
| HSV(B) | 170.89º | 0.77% | 0.8% | - |
| XYZ | 30.96 | 47.06 | 50.63 | - |
| YUV | 154.02 | 142.65 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 180 | 0.77 | 0 | 0.12 | 0.2 | 170.89 | 0.63 | 0.49 |
| Hex | 2E | CC | B4 | 4D | 0 | C | 14 | AB | 3F | 31 |
| Octal | 56 | 314 | 264 | 115 | 0 | 14 | 24 | 253 | 77 | 61 |
| Binary | 101110 | 11001100 | 10110100 | 1001101 | 0 | 1100 | 10100 | 10101011 | 111111 | 110001 |
Color Harmonies of #2ECCB4
Complementary color
Monochromatic Colors of #2ECCB4
Black with #2ECCB4
Text Example
Text Example
White with #2ECCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCB4; }
p { color: rgb(46,204,180); }
H1.HeaderClassName
{
color: #2ECCB4;
}
.AnyTagClassName
{
color: #2ECCB4;
}
</style>
background-color css
<style>
a { background-color: #2ECCB4; }
a { background-color: rgb(46,204,180); }
div.DivClassName
{
background-color: #2ECCB4;
}
.BgClassName
{
background-color: #2ECCB4;
}
</style>
border-color css
<style>
span { border-color: #2ECCB4; }
span { border-color: rgb(46,204,180); }
td.TdClassName
{
border-color: #2ECCB4;
}
.TagClassName
{
border-color: #2ECCB4;
}
</style>