Shades of Jade #19B668
Tints of Jade #19B668
RGB
CMYK
RGB Variations
Color information
#19B668 (or 0x19B668) is known color: Jade. HEX triplet: 19, B6 and 68. RGB value is (25,182,104). Sum of RGB (Red+Green+Blue) = 25+182+104=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 182 (71.48% from 255 or 58.52% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 182 - color contains mainly: green. Hex color #19B668 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B668 is #E64997. Grayscale: #7E7E7E. Windows color (decimal): -15092120 or 6862361. OLE color: 6862361.
HSL color Cylindrical-coordinate representation of color #19B668: hue angle of 150.19º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B668 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 182 | 104 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.29 |
| HSL | 150.19º | 0.76% | 0.41% | - |
| HSV(B) | 150.19º | 0.86% | 0.71% | - |
| XYZ | 19.63 | 34.66 | 18.75 | - |
| YUV | 126.17 | 115.49 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 182 | 104 | 0.86 | 0 | 0.43 | 0.29 | 150.19 | 0.76 | 0.41 |
| Hex | 19 | B6 | 68 | 56 | 0 | 2B | 1D | 96 | 4C | 29 |
| Octal | 31 | 266 | 150 | 126 | 0 | 53 | 35 | 226 | 114 | 51 |
| Binary | 11001 | 10110110 | 1101000 | 1010110 | 0 | 101011 | 11101 | 10010110 | 1001100 | 101001 |
Color Harmonies of #19B668
Complementary color
Monochromatic Colors of #19B668
Black with #19B668
Text Example
Text Example
White with #19B668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B668; }
p { color: rgb(25,182,104); }
H1.HeaderClassName
{
color: #19B668;
}
.AnyTagClassName
{
color: #19B668;
}
</style>
background-color css
<style>
a { background-color: #19B668; }
a { background-color: rgb(25,182,104); }
div.DivClassName
{
background-color: #19B668;
}
.BgClassName
{
background-color: #19B668;
}
</style>
border-color css
<style>
span { border-color: #19B668; }
span { border-color: rgb(25,182,104); }
td.TdClassName
{
border-color: #19B668;
}
.TagClassName
{
border-color: #19B668;
}
</style>