Shades of Shamrock #1EE0B0
Tints of Shamrock #1EE0B0
RGB
CMYK
RGB Variations
Color information
#1EE0B0 (or 0x1EE0B0) is known color: Shamrock. HEX triplet: 1E, E0 and B0. RGB value is (30,224,176). Sum of RGB (Red+Green+Blue) = 30+224+176=430 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.98% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EE0B0 is #E11F4F. Grayscale: #A0A0A0. Windows color (decimal): -14753616 or 11591710. OLE color: 11591710.
HSL color Cylindrical-coordinate representation of color #1EE0B0: hue angle of 165.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE0B0 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 176 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.12 |
| HSL | 165.15º | 0.76% | 0.5% | - |
| HSV(B) | 165.15º | 0.87% | 0.88% | - |
| XYZ | 35.03 | 56.72 | 50.18 | - |
| YUV | 160.52 | 136.73 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 176 | 0.87 | 0 | 0.21 | 0.12 | 165.15 | 0.76 | 0.5 |
| Hex | 1E | E0 | B0 | 57 | 0 | 15 | C | A5 | 4C | 32 |
| Octal | 36 | 340 | 260 | 127 | 0 | 25 | 14 | 245 | 114 | 62 |
| Binary | 11110 | 11100000 | 10110000 | 1010111 | 0 | 10101 | 1100 | 10100101 | 1001100 | 110010 |
Color Harmonies of #1EE0B0
Complementary color
Monochromatic Colors of #1EE0B0
Black with #1EE0B0
Text Example
Text Example
White with #1EE0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0B0; }
p { color: rgb(30,224,176); }
H1.HeaderClassName
{
color: #1EE0B0;
}
.AnyTagClassName
{
color: #1EE0B0;
}
</style>
background-color css
<style>
a { background-color: #1EE0B0; }
a { background-color: rgb(30,224,176); }
div.DivClassName
{
background-color: #1EE0B0;
}
.BgClassName
{
background-color: #1EE0B0;
}
</style>
border-color css
<style>
span { border-color: #1EE0B0; }
span { border-color: rgb(30,224,176); }
td.TdClassName
{
border-color: #1EE0B0;
}
.TagClassName
{
border-color: #1EE0B0;
}
</style>