Shades of Shamrock #2ECFB6
Tints of Shamrock #2ECFB6
RGB
CMYK
RGB Variations
Color information
#2ECFB6 (or 0x2ECFB6) is known color: Shamrock. HEX triplet: 2E, CF and B6. RGB value is (46,207,182). Sum of RGB (Red+Green+Blue) = 46+207+182=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFB6 is #D13049. Grayscale: #9B9B9B. Windows color (decimal): -13709386 or 11980590. OLE color: 11980590.
HSL color Cylindrical-coordinate representation of color #2ECFB6: hue angle of 170.68º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECFB6 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 182 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.19 |
| HSL | 170.68º | 0.64% | 0.5% | - |
| HSV(B) | 170.68º | 0.78% | 0.81% | - |
| XYZ | 31.88 | 48.58 | 51.95 | - |
| YUV | 156.01 | 142.66 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 182 | 0.78 | 0 | 0.12 | 0.19 | 170.68 | 0.64 | 0.5 |
| Hex | 2E | CF | B6 | 4E | 0 | C | 13 | AB | 40 | 32 |
| Octal | 56 | 317 | 266 | 116 | 0 | 14 | 23 | 253 | 100 | 62 |
| Binary | 101110 | 11001111 | 10110110 | 1001110 | 0 | 1100 | 10011 | 10101011 | 1000000 | 110010 |
Color Harmonies of #2ECFB6
Complementary color
Monochromatic Colors of #2ECFB6
Black with #2ECFB6
Text Example
Text Example
White with #2ECFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFB6; }
p { color: rgb(46,207,182); }
H1.HeaderClassName
{
color: #2ECFB6;
}
.AnyTagClassName
{
color: #2ECFB6;
}
</style>
background-color css
<style>
a { background-color: #2ECFB6; }
a { background-color: rgb(46,207,182); }
div.DivClassName
{
background-color: #2ECFB6;
}
.BgClassName
{
background-color: #2ECFB6;
}
</style>
border-color css
<style>
span { border-color: #2ECFB6; }
span { border-color: rgb(46,207,182); }
td.TdClassName
{
border-color: #2ECFB6;
}
.TagClassName
{
border-color: #2ECFB6;
}
</style>