Shades of Shamrock #1ED8AF
Tints of Shamrock #1ED8AF
RGB
CMYK
RGB Variations
Color information
#1ED8AF (or 0x1ED8AF) is known color: Shamrock. HEX triplet: 1E, D8 and AF. RGB value is (30,216,175). Sum of RGB (Red+Green+Blue) = 30+216+175=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED8AF is #E12750. Grayscale: #9B9B9B. Windows color (decimal): -14755665 or 11524126. OLE color: 11524126.
HSL color Cylindrical-coordinate representation of color #1ED8AF: hue angle of 166.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED8AF is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 175 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.15 |
| HSL | 166.77º | 0.76% | 0.48% | - |
| HSV(B) | 166.77º | 0.86% | 0.85% | - |
| XYZ | 32.83 | 52.48 | 48.96 | - |
| YUV | 155.71 | 138.88 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 175 | 0.86 | 0 | 0.19 | 0.15 | 166.77 | 0.76 | 0.48 |
| Hex | 1E | D8 | AF | 56 | 0 | 13 | F | A7 | 4C | 30 |
| Octal | 36 | 330 | 257 | 126 | 0 | 23 | 17 | 247 | 114 | 60 |
| Binary | 11110 | 11011000 | 10101111 | 1010110 | 0 | 10011 | 1111 | 10100111 | 1001100 | 110000 |
Color Harmonies of #1ED8AF
Complementary color
Monochromatic Colors of #1ED8AF
Black with #1ED8AF
Text Example
Text Example
White with #1ED8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED8AF; }
p { color: rgb(30,216,175); }
H1.HeaderClassName
{
color: #1ED8AF;
}
.AnyTagClassName
{
color: #1ED8AF;
}
</style>
background-color css
<style>
a { background-color: #1ED8AF; }
a { background-color: rgb(30,216,175); }
div.DivClassName
{
background-color: #1ED8AF;
}
.BgClassName
{
background-color: #1ED8AF;
}
</style>
border-color css
<style>
span { border-color: #1ED8AF; }
span { border-color: rgb(30,216,175); }
td.TdClassName
{
border-color: #1ED8AF;
}
.TagClassName
{
border-color: #1ED8AF;
}
</style>