Shades of Jewel #196A4D
Tints of Jewel #196A4D
RGB
CMYK
RGB Variations
Color information
#196A4D (or 0x196A4D) is known color: Jewel. HEX triplet: 19, 6A and 4D. RGB value is (25,106,77). Sum of RGB (Red+Green+Blue) = 25+106+77=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #196A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A4D is #E695B2. Grayscale: #4E4E4E. Windows color (decimal): -15111603 or 5073433. OLE color: 5073433.
HSL color Cylindrical-coordinate representation of color #196A4D: hue angle of 158.52º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196A4D is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 106 | 77 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.58 |
| HSL | 158.52º | 0.62% | 0.26% | - |
| HSV(B) | 158.52º | 0.76% | 0.42% | - |
| XYZ | 6.89 | 11.05 | 8.79 | - |
| YUV | 78.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 77 | 0.76 | 0 | 0.27 | 0.58 | 158.52 | 0.62 | 0.26 |
| Hex | 19 | 6A | 4D | 4C | 0 | 1B | 3A | 9F | 3E | 1A |
| Octal | 31 | 152 | 115 | 114 | 0 | 33 | 72 | 237 | 76 | 32 |
| Binary | 11001 | 1101010 | 1001101 | 1001100 | 0 | 11011 | 111010 | 10011111 | 111110 | 11010 |
Color Harmonies of #196A4D
Complementary color
Monochromatic Colors of #196A4D
Black with #196A4D
Text Example
Text Example
White with #196A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A4D; }
p { color: rgb(25,106,77); }
H1.HeaderClassName
{
color: #196A4D;
}
.AnyTagClassName
{
color: #196A4D;
}
</style>
background-color css
<style>
a { background-color: #196A4D; }
a { background-color: rgb(25,106,77); }
div.DivClassName
{
background-color: #196A4D;
}
.BgClassName
{
background-color: #196A4D;
}
</style>
border-color css
<style>
span { border-color: #196A4D; }
span { border-color: rgb(25,106,77); }
td.TdClassName
{
border-color: #196A4D;
}
.TagClassName
{
border-color: #196A4D;
}
</style>