Shades of Shamrock #1ED7B5
Tints of Shamrock #1ED7B5
RGB
CMYK
RGB Variations
Color information
#1ED7B5 (or 0x1ED7B5) is known color: Shamrock. HEX triplet: 1E, D7 and B5. RGB value is (30,215,181). Sum of RGB (Red+Green+Blue) = 30+215+181=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED7B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED7B5 is #E1284A. Grayscale: #9B9B9B. Windows color (decimal): -14755915 or 11917086. OLE color: 11917086.
HSL color Cylindrical-coordinate representation of color #1ED7B5: hue angle of 168.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED7B5 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 181 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.16 |
| HSL | 168.97º | 0.76% | 0.48% | - |
| HSV(B) | 168.97º | 0.86% | 0.84% | - |
| XYZ | 33.18 | 52.21 | 52.05 | - |
| YUV | 155.81 | 142.21 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 181 | 0.86 | 0 | 0.16 | 0.16 | 168.97 | 0.76 | 0.48 |
| Hex | 1E | D7 | B5 | 56 | 0 | 10 | 10 | A9 | 4C | 30 |
| Octal | 36 | 327 | 265 | 126 | 0 | 20 | 20 | 251 | 114 | 60 |
| Binary | 11110 | 11010111 | 10110101 | 1010110 | 0 | 10000 | 10000 | 10101001 | 1001100 | 110000 |
Color Harmonies of #1ED7B5
Complementary color
Monochromatic Colors of #1ED7B5
Black with #1ED7B5
Text Example
Text Example
White with #1ED7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED7B5; }
p { color: rgb(30,215,181); }
H1.HeaderClassName
{
color: #1ED7B5;
}
.AnyTagClassName
{
color: #1ED7B5;
}
</style>
background-color css
<style>
a { background-color: #1ED7B5; }
a { background-color: rgb(30,215,181); }
div.DivClassName
{
background-color: #1ED7B5;
}
.BgClassName
{
background-color: #1ED7B5;
}
</style>
border-color css
<style>
span { border-color: #1ED7B5; }
span { border-color: rgb(30,215,181); }
td.TdClassName
{
border-color: #1ED7B5;
}
.TagClassName
{
border-color: #1ED7B5;
}
</style>