Shades of Shamrock #1EDDB3
Tints of Shamrock #1EDDB3
RGB
CMYK
RGB Variations
Color information
#1EDDB3 (or 0x1EDDB3) is known color: Shamrock. HEX triplet: 1E, DD and B3. RGB value is (30,221,179). Sum of RGB (Red+Green+Blue) = 30+221+179=430 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.98% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDDB3 is #E1224C. Grayscale: #9F9F9F. Windows color (decimal): -14754381 or 11787550. OLE color: 11787550.
HSL color Cylindrical-coordinate representation of color #1EDDB3: hue angle of 166.81º 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 #1EDDB3 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 179 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.13 |
| HSL | 166.81º | 0.76% | 0.49% | - |
| HSV(B) | 166.81º | 0.86% | 0.87% | - |
| XYZ | 34.53 | 55.24 | 51.49 | - |
| YUV | 159.1 | 139.22 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 179 | 0.86 | 0 | 0.19 | 0.13 | 166.81 | 0.76 | 0.49 |
| Hex | 1E | DD | B3 | 56 | 0 | 13 | D | A7 | 4C | 31 |
| Octal | 36 | 335 | 263 | 126 | 0 | 23 | 15 | 247 | 114 | 61 |
| Binary | 11110 | 11011101 | 10110011 | 1010110 | 0 | 10011 | 1101 | 10100111 | 1001100 | 110001 |
Color Harmonies of #1EDDB3
Complementary color
Monochromatic Colors of #1EDDB3
Black with #1EDDB3
Text Example
Text Example
White with #1EDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDDB3; }
p { color: rgb(30,221,179); }
H1.HeaderClassName
{
color: #1EDDB3;
}
.AnyTagClassName
{
color: #1EDDB3;
}
</style>
background-color css
<style>
a { background-color: #1EDDB3; }
a { background-color: rgb(30,221,179); }
div.DivClassName
{
background-color: #1EDDB3;
}
.BgClassName
{
background-color: #1EDDB3;
}
</style>
border-color css
<style>
span { border-color: #1EDDB3; }
span { border-color: rgb(30,221,179); }
td.TdClassName
{
border-color: #1EDDB3;
}
.TagClassName
{
border-color: #1EDDB3;
}
</style>