Shades of Shamrock #2ED8B2
Tints of Shamrock #2ED8B2
RGB
CMYK
RGB Variations
Color information
#2ED8B2 (or 0x2ED8B2) is known color: Shamrock. HEX triplet: 2E, D8 and B2. RGB value is (46,216,178). Sum of RGB (Red+Green+Blue) = 46+216+178=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED8B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED8B2 is #D1274D. Grayscale: #A0A0A0. Windows color (decimal): -13707086 or 11720750. OLE color: 11720750.
HSL color Cylindrical-coordinate representation of color #2ED8B2: hue angle of 166.59º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED8B2 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 178 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.15 |
| HSL | 166.59º | 0.69% | 0.51% | - |
| HSV(B) | 166.59º | 0.79% | 0.85% | - |
| XYZ | 33.72 | 52.91 | 50.55 | - |
| YUV | 160.84 | 137.68 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 178 | 0.79 | 0 | 0.18 | 0.15 | 166.59 | 0.69 | 0.51 |
| Hex | 2E | D8 | B2 | 4F | 0 | 12 | F | A7 | 45 | 33 |
| Octal | 56 | 330 | 262 | 117 | 0 | 22 | 17 | 247 | 105 | 63 |
| Binary | 101110 | 11011000 | 10110010 | 1001111 | 0 | 10010 | 1111 | 10100111 | 1000101 | 110011 |
Color Harmonies of #2ED8B2
Complementary color
Monochromatic Colors of #2ED8B2
Black with #2ED8B2
Text Example
Text Example
White with #2ED8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED8B2; }
p { color: rgb(46,216,178); }
H1.HeaderClassName
{
color: #2ED8B2;
}
.AnyTagClassName
{
color: #2ED8B2;
}
</style>
background-color css
<style>
a { background-color: #2ED8B2; }
a { background-color: rgb(46,216,178); }
div.DivClassName
{
background-color: #2ED8B2;
}
.BgClassName
{
background-color: #2ED8B2;
}
</style>
border-color css
<style>
span { border-color: #2ED8B2; }
span { border-color: rgb(46,216,178); }
td.TdClassName
{
border-color: #2ED8B2;
}
.TagClassName
{
border-color: #2ED8B2;
}
</style>