Shades of Java #199B96
Tints of Java #199B96
RGB
CMYK
RGB Variations
Color information
#199B96 (or 0x199B96) is known color: Java. HEX triplet: 19, 9B and 96. RGB value is (25,155,150). Sum of RGB (Red+Green+Blue) = 25+155+150=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #199B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B96 is #E66469. Grayscale: #737373. Windows color (decimal): -15098986 or 9870105. OLE color: 9870105.
HSL color Cylindrical-coordinate representation of color #199B96: hue angle of 177.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B96 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 150 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.39 |
| HSL | 177.69º | 0.72% | 0.35% | - |
| HSV(B) | 177.69º | 0.84% | 0.61% | - |
| XYZ | 17.63 | 25.85 | 32.91 | - |
| YUV | 115.56 | 147.43 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 150 | 0.84 | 0 | 0.03 | 0.39 | 177.69 | 0.72 | 0.35 |
| Hex | 19 | 9B | 96 | 54 | 0 | 3 | 27 | B2 | 48 | 23 |
| Octal | 31 | 233 | 226 | 124 | 0 | 3 | 47 | 262 | 110 | 43 |
| Binary | 11001 | 10011011 | 10010110 | 1010100 | 0 | 11 | 100111 | 10110010 | 1001000 | 100011 |
Color Harmonies of #199B96
Complementary color
Monochromatic Colors of #199B96
Black with #199B96
Text Example
Text Example
White with #199B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B96; }
p { color: rgb(25,155,150); }
H1.HeaderClassName
{
color: #199B96;
}
.AnyTagClassName
{
color: #199B96;
}
</style>
background-color css
<style>
a { background-color: #199B96; }
a { background-color: rgb(25,155,150); }
div.DivClassName
{
background-color: #199B96;
}
.BgClassName
{
background-color: #199B96;
}
</style>
border-color css
<style>
span { border-color: #199B96; }
span { border-color: rgb(25,155,150); }
td.TdClassName
{
border-color: #199B96;
}
.TagClassName
{
border-color: #199B96;
}
</style>