Shades of Jewel #196D4E
Tints of Jewel #196D4E
RGB
CMYK
RGB Variations
Color information
#196D4E (or 0x196D4E) is known color: Jewel. HEX triplet: 19, 6D and 4E. RGB value is (25,109,78). Sum of RGB (Red+Green+Blue) = 25+109+78=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #196D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D4E is #E692B1. Grayscale: #505050. Windows color (decimal): -15110834 or 5139737. OLE color: 5139737.
HSL color Cylindrical-coordinate representation of color #196D4E: hue angle of 157.86º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196D4E is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 109 | 78 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.57 |
| HSL | 157.86º | 0.63% | 0.26% | - |
| HSV(B) | 157.86º | 0.77% | 0.43% | - |
| XYZ | 7.24 | 11.69 | 9.08 | - |
| YUV | 80.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 78 | 0.77 | 0 | 0.28 | 0.57 | 157.86 | 0.63 | 0.26 |
| Hex | 19 | 6D | 4E | 4D | 0 | 1C | 39 | 9E | 3F | 1A |
| Octal | 31 | 155 | 116 | 115 | 0 | 34 | 71 | 236 | 77 | 32 |
| Binary | 11001 | 1101101 | 1001110 | 1001101 | 0 | 11100 | 111001 | 10011110 | 111111 | 11010 |
Color Harmonies of #196D4E
Complementary color
Monochromatic Colors of #196D4E
Black with #196D4E
Text Example
Text Example
White with #196D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D4E; }
p { color: rgb(25,109,78); }
H1.HeaderClassName
{
color: #196D4E;
}
.AnyTagClassName
{
color: #196D4E;
}
</style>
background-color css
<style>
a { background-color: #196D4E; }
a { background-color: rgb(25,109,78); }
div.DivClassName
{
background-color: #196D4E;
}
.BgClassName
{
background-color: #196D4E;
}
</style>
border-color css
<style>
span { border-color: #196D4E; }
span { border-color: rgb(25,109,78); }
td.TdClassName
{
border-color: #196D4E;
}
.TagClassName
{
border-color: #196D4E;
}
</style>