Shades of Jewel #19684E
Tints of Jewel #19684E
RGB
CMYK
RGB Variations
Color information
#19684E (or 0x19684E) is known color: Jewel. HEX triplet: 19, 68 and 4E. RGB value is (25,104,78). Sum of RGB (Red+Green+Blue) = 25+104+78=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #19684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19684E is #E697B1. Grayscale: #4D4D4D. Windows color (decimal): -15112114 or 5138457. OLE color: 5138457.
HSL color Cylindrical-coordinate representation of color #19684E: hue angle of 160.25º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19684E is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 78 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.59 |
| HSL | 160.25º | 0.61% | 0.25% | - |
| HSV(B) | 160.25º | 0.76% | 0.41% | - |
| XYZ | 6.73 | 10.66 | 8.91 | - |
| YUV | 77.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 78 | 0.76 | 0 | 0.25 | 0.59 | 160.25 | 0.61 | 0.25 |
| Hex | 19 | 68 | 4E | 4C | 0 | 19 | 3B | A0 | 3D | 19 |
| Octal | 31 | 150 | 116 | 114 | 0 | 31 | 73 | 240 | 75 | 31 |
| Binary | 11001 | 1101000 | 1001110 | 1001100 | 0 | 11001 | 111011 | 10100000 | 111101 | 11001 |
Color Harmonies of #19684E
Complementary color
Monochromatic Colors of #19684E
Black with #19684E
Text Example
Text Example
White with #19684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19684E; }
p { color: rgb(25,104,78); }
H1.HeaderClassName
{
color: #19684E;
}
.AnyTagClassName
{
color: #19684E;
}
</style>
background-color css
<style>
a { background-color: #19684E; }
a { background-color: rgb(25,104,78); }
div.DivClassName
{
background-color: #19684E;
}
.BgClassName
{
background-color: #19684E;
}
</style>
border-color css
<style>
span { border-color: #19684E; }
span { border-color: rgb(25,104,78); }
td.TdClassName
{
border-color: #19684E;
}
.TagClassName
{
border-color: #19684E;
}
</style>