Shades of Java #199796
Tints of Java #199796
RGB
CMYK
RGB Variations
Color information
#199796 (or 0x199796) is known color: Java. HEX triplet: 19, 97 and 96. RGB value is (25,151,150). Sum of RGB (Red+Green+Blue) = 25+151+150=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #199796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199796 is #E66869. Grayscale: #717171. Windows color (decimal): -15100010 or 9869081. OLE color: 9869081.
HSL color Cylindrical-coordinate representation of color #199796: hue angle of 179.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199796 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 151 | 150 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.41 |
| HSL | 179.52º | 0.72% | 0.35% | - |
| HSV(B) | 179.52º | 0.83% | 0.59% | - |
| XYZ | 16.97 | 24.54 | 32.7 | - |
| YUV | 113.21 | 148.76 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 150 | 0.83 | 0 | 0.01 | 0.41 | 179.52 | 0.72 | 0.35 |
| Hex | 19 | 97 | 96 | 53 | 0 | 1 | 29 | B4 | 48 | 23 |
| Octal | 31 | 227 | 226 | 123 | 0 | 1 | 51 | 264 | 110 | 43 |
| Binary | 11001 | 10010111 | 10010110 | 1010011 | 0 | 1 | 101001 | 10110100 | 1001000 | 100011 |
Color Harmonies of #199796
Complementary color
Monochromatic Colors of #199796
Black with #199796
Text Example
Text Example
White with #199796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199796; }
p { color: rgb(25,151,150); }
H1.HeaderClassName
{
color: #199796;
}
.AnyTagClassName
{
color: #199796;
}
</style>
background-color css
<style>
a { background-color: #199796; }
a { background-color: rgb(25,151,150); }
div.DivClassName
{
background-color: #199796;
}
.BgClassName
{
background-color: #199796;
}
</style>
border-color css
<style>
span { border-color: #199796; }
span { border-color: rgb(25,151,150); }
td.TdClassName
{
border-color: #199796;
}
.TagClassName
{
border-color: #199796;
}
</style>