Shades of Jewel #196C4E
Tints of Jewel #196C4E
RGB
CMYK
RGB Variations
Color information
#196C4E (or 0x196C4E) is known color: Jewel. HEX triplet: 19, 6C and 4E. RGB value is (25,108,78). Sum of RGB (Red+Green+Blue) = 25+108+78=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #196C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C4E is #E693B1. Grayscale: #4F4F4F. Windows color (decimal): -15111090 or 5139481. OLE color: 5139481.
HSL color Cylindrical-coordinate representation of color #196C4E: hue angle of 158.31º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C4E is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 78 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.58 |
| HSL | 158.31º | 0.62% | 0.26% | - |
| HSV(B) | 158.31º | 0.77% | 0.42% | - |
| XYZ | 7.14 | 11.48 | 9.05 | - |
| YUV | 79.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 78 | 0.77 | 0 | 0.28 | 0.58 | 158.31 | 0.62 | 0.26 |
| Hex | 19 | 6C | 4E | 4D | 0 | 1C | 3A | 9E | 3E | 1A |
| Octal | 31 | 154 | 116 | 115 | 0 | 34 | 72 | 236 | 76 | 32 |
| Binary | 11001 | 1101100 | 1001110 | 1001101 | 0 | 11100 | 111010 | 10011110 | 111110 | 11010 |
Color Harmonies of #196C4E
Complementary color
Monochromatic Colors of #196C4E
Black with #196C4E
Text Example
Text Example
White with #196C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C4E; }
p { color: rgb(25,108,78); }
H1.HeaderClassName
{
color: #196C4E;
}
.AnyTagClassName
{
color: #196C4E;
}
</style>
background-color css
<style>
a { background-color: #196C4E; }
a { background-color: rgb(25,108,78); }
div.DivClassName
{
background-color: #196C4E;
}
.BgClassName
{
background-color: #196C4E;
}
</style>
border-color css
<style>
span { border-color: #196C4E; }
span { border-color: rgb(25,108,78); }
td.TdClassName
{
border-color: #196C4E;
}
.TagClassName
{
border-color: #196C4E;
}
</style>