Shades of Java #199B91
Tints of Java #199B91
RGB
CMYK
RGB Variations
Color information
#199B91 (or 0x199B91) is known color: Java. HEX triplet: 19, 9B and 91. RGB value is (25,155,145). Sum of RGB (Red+Green+Blue) = 25+155+145=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #199B91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B91 is #E6646E. Grayscale: #727272. Windows color (decimal): -15098991 or 9542425. OLE color: 9542425.
HSL color Cylindrical-coordinate representation of color #199B91: hue angle of 175.38º 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 #199B91 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 145 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.39 |
| HSL | 175.38º | 0.72% | 0.35% | - |
| HSV(B) | 175.38º | 0.84% | 0.61% | - |
| XYZ | 17.23 | 25.69 | 30.84 | - |
| YUV | 114.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 145 | 0.84 | 0 | 0.06 | 0.39 | 175.38 | 0.72 | 0.35 |
| Hex | 19 | 9B | 91 | 54 | 0 | 6 | 27 | AF | 48 | 23 |
| Octal | 31 | 233 | 221 | 124 | 0 | 6 | 47 | 257 | 110 | 43 |
| Binary | 11001 | 10011011 | 10010001 | 1010100 | 0 | 110 | 100111 | 10101111 | 1001000 | 100011 |
Color Harmonies of #199B91
Complementary color
Monochromatic Colors of #199B91
Black with #199B91
Text Example
Text Example
White with #199B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B91; }
p { color: rgb(25,155,145); }
H1.HeaderClassName
{
color: #199B91;
}
.AnyTagClassName
{
color: #199B91;
}
</style>
background-color css
<style>
a { background-color: #199B91; }
a { background-color: rgb(25,155,145); }
div.DivClassName
{
background-color: #199B91;
}
.BgClassName
{
background-color: #199B91;
}
</style>
border-color css
<style>
span { border-color: #199B91; }
span { border-color: rgb(25,155,145); }
td.TdClassName
{
border-color: #199B91;
}
.TagClassName
{
border-color: #199B91;
}
</style>