Shades of Jewel #196D4F
Tints of Jewel #196D4F
RGB
CMYK
RGB Variations
Color information
#196D4F (or 0x196D4F) is known color: Jewel. HEX triplet: 19, 6D and 4F. RGB value is (25,109,79). Sum of RGB (Red+Green+Blue) = 25+109+79=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #196D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D4F is #E692B0. Grayscale: #505050. Windows color (decimal): -15110833 or 5205273. OLE color: 5205273.
HSL color Cylindrical-coordinate representation of color #196D4F: hue angle of 158.57º 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 #196D4F is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 109 | 79 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.57 |
| HSL | 158.57º | 0.63% | 0.26% | - |
| HSV(B) | 158.57º | 0.77% | 0.43% | - |
| XYZ | 7.28 | 11.71 | 9.27 | - |
| YUV | 80.46 | 127.17 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 79 | 0.77 | 0 | 0.28 | 0.57 | 158.57 | 0.63 | 0.26 |
| Hex | 19 | 6D | 4F | 4D | 0 | 1C | 39 | 9F | 3F | 1A |
| Octal | 31 | 155 | 117 | 115 | 0 | 34 | 71 | 237 | 77 | 32 |
| Binary | 11001 | 1101101 | 1001111 | 1001101 | 0 | 11100 | 111001 | 10011111 | 111111 | 11010 |
Color Harmonies of #196D4F
Complementary color
Monochromatic Colors of #196D4F
Black with #196D4F
Text Example
Text Example
White with #196D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D4F; }
p { color: rgb(25,109,79); }
H1.HeaderClassName
{
color: #196D4F;
}
.AnyTagClassName
{
color: #196D4F;
}
</style>
background-color css
<style>
a { background-color: #196D4F; }
a { background-color: rgb(25,109,79); }
div.DivClassName
{
background-color: #196D4F;
}
.BgClassName
{
background-color: #196D4F;
}
</style>
border-color css
<style>
span { border-color: #196D4F; }
span { border-color: rgb(25,109,79); }
td.TdClassName
{
border-color: #196D4F;
}
.TagClassName
{
border-color: #196D4F;
}
</style>