Shades of Java #199697
Tints of Java #199697
RGB
CMYK
RGB Variations
Color information
#199697 (or 0x199697) is known color: Java. HEX triplet: 19, 96 and 97. RGB value is (25,150,151). Sum of RGB (Red+Green+Blue) = 25+150+151=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #199697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199697 is #E66968. Grayscale: #707070. Windows color (decimal): -15100265 or 9934361. OLE color: 9934361.
HSL color Cylindrical-coordinate representation of color #199697: hue angle of 180.48º 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 #199697 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 151 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.41 |
| HSL | 180.48º | 0.72% | 0.35% | - |
| HSV(B) | 180.48º | 0.83% | 0.59% | - |
| XYZ | 16.89 | 24.25 | 33.07 | - |
| YUV | 112.74 | 149.59 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 151 | 0.83 | 0.01 | 0 | 0.41 | 180.48 | 0.72 | 0.35 |
| Hex | 19 | 96 | 97 | 53 | 1 | 0 | 29 | B4 | 48 | 23 |
| Octal | 31 | 226 | 227 | 123 | 1 | 0 | 51 | 264 | 110 | 43 |
| Binary | 11001 | 10010110 | 10010111 | 1010011 | 1 | 0 | 101001 | 10110100 | 1001000 | 100011 |
Color Harmonies of #199697
Complementary color
Monochromatic Colors of #199697
Black with #199697
Text Example
Text Example
White with #199697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199697; }
p { color: rgb(25,150,151); }
H1.HeaderClassName
{
color: #199697;
}
.AnyTagClassName
{
color: #199697;
}
</style>
background-color css
<style>
a { background-color: #199697; }
a { background-color: rgb(25,150,151); }
div.DivClassName
{
background-color: #199697;
}
.BgClassName
{
background-color: #199697;
}
</style>
border-color css
<style>
span { border-color: #199697; }
span { border-color: rgb(25,150,151); }
td.TdClassName
{
border-color: #199697;
}
.TagClassName
{
border-color: #199697;
}
</style>