Shades of Shamrock #1EDCB2
Tints of Shamrock #1EDCB2
RGB
CMYK
RGB Variations
Color information
#1EDCB2 (or 0x1EDCB2) is known color: Shamrock. HEX triplet: 1E, DC and B2. RGB value is (30,220,178). Sum of RGB (Red+Green+Blue) = 30+220+178=428 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.01% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDCB2 is #E1234D. Grayscale: #9E9E9E. Windows color (decimal): -14754638 or 11721758. OLE color: 11721758.
HSL color Cylindrical-coordinate representation of color #1EDCB2: hue angle of 166.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDCB2 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 178 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.14 |
| HSL | 166.74º | 0.76% | 0.49% | - |
| HSV(B) | 166.74º | 0.86% | 0.86% | - |
| XYZ | 34.16 | 54.68 | 50.87 | - |
| YUV | 158.4 | 139.05 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 178 | 0.86 | 0 | 0.19 | 0.14 | 166.74 | 0.76 | 0.49 |
| Hex | 1E | DC | B2 | 56 | 0 | 13 | E | A7 | 4C | 31 |
| Octal | 36 | 334 | 262 | 126 | 0 | 23 | 16 | 247 | 114 | 61 |
| Binary | 11110 | 11011100 | 10110010 | 1010110 | 0 | 10011 | 1110 | 10100111 | 1001100 | 110001 |
Color Harmonies of #1EDCB2
Complementary color
Monochromatic Colors of #1EDCB2
Black with #1EDCB2
Text Example
Text Example
White with #1EDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDCB2; }
p { color: rgb(30,220,178); }
H1.HeaderClassName
{
color: #1EDCB2;
}
.AnyTagClassName
{
color: #1EDCB2;
}
</style>
background-color css
<style>
a { background-color: #1EDCB2; }
a { background-color: rgb(30,220,178); }
div.DivClassName
{
background-color: #1EDCB2;
}
.BgClassName
{
background-color: #1EDCB2;
}
</style>
border-color css
<style>
span { border-color: #1EDCB2; }
span { border-color: rgb(30,220,178); }
td.TdClassName
{
border-color: #1EDCB2;
}
.TagClassName
{
border-color: #1EDCB2;
}
</style>