Shades of Shamrock #19D996
Tints of Shamrock #19D996
RGB
CMYK
RGB Variations
Color information
#19D996 (or 0x19D996) is known color: Shamrock. HEX triplet: 19, D9 and 96. RGB value is (25,217,150). Sum of RGB (Red+Green+Blue) = 25+217+150=392 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.38% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #19D996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D996 is #E62669. Grayscale: #989898. Windows color (decimal): -15083114 or 9885977. OLE color: 9885977.
HSL color Cylindrical-coordinate representation of color #19D996: hue angle of 159.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D996 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 150 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.15 |
| HSL | 159.06º | 0.79% | 0.47% | - |
| HSV(B) | 159.06º | 0.88% | 0.85% | - |
| XYZ | 30.72 | 52.03 | 37.28 | - |
| YUV | 151.95 | 126.89 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 150 | 0.88 | 0 | 0.31 | 0.15 | 159.06 | 0.79 | 0.47 |
| Hex | 19 | D9 | 96 | 58 | 0 | 1F | F | 9F | 4F | 2F |
| Octal | 31 | 331 | 226 | 130 | 0 | 37 | 17 | 237 | 117 | 57 |
| Binary | 11001 | 11011001 | 10010110 | 1011000 | 0 | 11111 | 1111 | 10011111 | 1001111 | 101111 |
Color Harmonies of #19D996
Complementary color
Monochromatic Colors of #19D996
Black with #19D996
Text Example
Text Example
White with #19D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D996; }
p { color: rgb(25,217,150); }
H1.HeaderClassName
{
color: #19D996;
}
.AnyTagClassName
{
color: #19D996;
}
</style>
background-color css
<style>
a { background-color: #19D996; }
a { background-color: rgb(25,217,150); }
div.DivClassName
{
background-color: #19D996;
}
.BgClassName
{
background-color: #19D996;
}
</style>
border-color css
<style>
span { border-color: #19D996; }
span { border-color: rgb(25,217,150); }
td.TdClassName
{
border-color: #19D996;
}
.TagClassName
{
border-color: #19D996;
}
</style>