Shades of Shamrock #1EDDB4
Tints of Shamrock #1EDDB4
RGB
CMYK
RGB Variations
Color information
#1EDDB4 (or 0x1EDDB4) is known color: Shamrock. HEX triplet: 1E, DD and B4. RGB value is (30,221,180). Sum of RGB (Red+Green+Blue) = 30+221+180=431 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.96% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDDB4 is #E1224B. Grayscale: #9F9F9F. Windows color (decimal): -14754380 or 11853086. OLE color: 11853086.
HSL color Cylindrical-coordinate representation of color #1EDDB4: hue angle of 167.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDDB4 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 180 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.13 |
| HSL | 167.12º | 0.76% | 0.49% | - |
| HSV(B) | 167.12º | 0.86% | 0.87% | - |
| XYZ | 34.63 | 55.28 | 52.03 | - |
| YUV | 159.22 | 139.72 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 180 | 0.86 | 0 | 0.19 | 0.13 | 167.12 | 0.76 | 0.49 |
| Hex | 1E | DD | B4 | 56 | 0 | 13 | D | A7 | 4C | 31 |
| Octal | 36 | 335 | 264 | 126 | 0 | 23 | 15 | 247 | 114 | 61 |
| Binary | 11110 | 11011101 | 10110100 | 1010110 | 0 | 10011 | 1101 | 10100111 | 1001100 | 110001 |
Color Harmonies of #1EDDB4
Complementary color
Monochromatic Colors of #1EDDB4
Black with #1EDDB4
Text Example
Text Example
White with #1EDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDDB4; }
p { color: rgb(30,221,180); }
H1.HeaderClassName
{
color: #1EDDB4;
}
.AnyTagClassName
{
color: #1EDDB4;
}
</style>
background-color css
<style>
a { background-color: #1EDDB4; }
a { background-color: rgb(30,221,180); }
div.DivClassName
{
background-color: #1EDDB4;
}
.BgClassName
{
background-color: #1EDDB4;
}
</style>
border-color css
<style>
span { border-color: #1EDDB4; }
span { border-color: rgb(30,221,180); }
td.TdClassName
{
border-color: #1EDDB4;
}
.TagClassName
{
border-color: #1EDDB4;
}
</style>