Shades of Shamrock #19D08D
Tints of Shamrock #19D08D
RGB
CMYK
RGB Variations
Color information
#19D08D (or 0x19D08D) is known color: Shamrock. HEX triplet: 19, D0 and 8D. RGB value is (25,208,141). Sum of RGB (Red+Green+Blue) = 25+208+141=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #19D08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D08D is #E62F72. Grayscale: #919191. Windows color (decimal): -15085427 or 9293849. OLE color: 9293849.
HSL color Cylindrical-coordinate representation of color #19D08D: hue angle of 158.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D08D is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 208 | 141 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.18 |
| HSL | 158.03º | 0.79% | 0.46% | - |
| HSV(B) | 158.03º | 0.88% | 0.82% | - |
| XYZ | 27.76 | 47.24 | 32.85 | - |
| YUV | 145.65 | 125.37 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 141 | 0.88 | 0 | 0.32 | 0.18 | 158.03 | 0.79 | 0.46 |
| Hex | 19 | D0 | 8D | 58 | 0 | 20 | 12 | 9E | 4F | 2E |
| Octal | 31 | 320 | 215 | 130 | 0 | 40 | 22 | 236 | 117 | 56 |
| Binary | 11001 | 11010000 | 10001101 | 1011000 | 0 | 100000 | 10010 | 10011110 | 1001111 | 101110 |
Color Harmonies of #19D08D
Complementary color
Monochromatic Colors of #19D08D
Black with #19D08D
Text Example
Text Example
White with #19D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D08D; }
p { color: rgb(25,208,141); }
H1.HeaderClassName
{
color: #19D08D;
}
.AnyTagClassName
{
color: #19D08D;
}
</style>
background-color css
<style>
a { background-color: #19D08D; }
a { background-color: rgb(25,208,141); }
div.DivClassName
{
background-color: #19D08D;
}
.BgClassName
{
background-color: #19D08D;
}
</style>
border-color css
<style>
span { border-color: #19D08D; }
span { border-color: rgb(25,208,141); }
td.TdClassName
{
border-color: #19D08D;
}
.TagClassName
{
border-color: #19D08D;
}
</style>