Shades of Shamrock #19DB8E
Tints of Shamrock #19DB8E
RGB
CMYK
RGB Variations
Color information
#19DB8E (or 0x19DB8E) is known color: Shamrock. HEX triplet: 19, DB and 8E. RGB value is (25,219,142). Sum of RGB (Red+Green+Blue) = 25+219+142=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #19DB8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DB8E is #E62471. Grayscale: #989898. Windows color (decimal): -15082610 or 9362201. OLE color: 9362201.
HSL color Cylindrical-coordinate representation of color #19DB8E: hue angle of 156.19º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DB8E is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 142 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.14 |
| HSL | 156.19º | 0.8% | 0.48% | - |
| HSV(B) | 156.19º | 0.89% | 0.86% | - |
| XYZ | 30.61 | 52.82 | 34.17 | - |
| YUV | 152.22 | 122.23 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 142 | 0.89 | 0 | 0.35 | 0.14 | 156.19 | 0.8 | 0.48 |
| Hex | 19 | DB | 8E | 59 | 0 | 23 | E | 9C | 50 | 30 |
| Octal | 31 | 333 | 216 | 131 | 0 | 43 | 16 | 234 | 120 | 60 |
| Binary | 11001 | 11011011 | 10001110 | 1011001 | 0 | 100011 | 1110 | 10011100 | 1010000 | 110000 |
Color Harmonies of #19DB8E
Complementary color
Monochromatic Colors of #19DB8E
Black with #19DB8E
Text Example
Text Example
White with #19DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DB8E; }
p { color: rgb(25,219,142); }
H1.HeaderClassName
{
color: #19DB8E;
}
.AnyTagClassName
{
color: #19DB8E;
}
</style>
background-color css
<style>
a { background-color: #19DB8E; }
a { background-color: rgb(25,219,142); }
div.DivClassName
{
background-color: #19DB8E;
}
.BgClassName
{
background-color: #19DB8E;
}
</style>
border-color css
<style>
span { border-color: #19DB8E; }
span { border-color: rgb(25,219,142); }
td.TdClassName
{
border-color: #19DB8E;
}
.TagClassName
{
border-color: #19DB8E;
}
</style>