Shades of Java #199B95
Tints of Java #199B95
RGB
CMYK
RGB Variations
Color information
#199B95 (or 0x199B95) is known color: Java. HEX triplet: 19, 9B and 95. RGB value is (25,155,149). Sum of RGB (Red+Green+Blue) = 25+155+149=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #199B95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B95 is #E6646A. Grayscale: #737373. Windows color (decimal): -15098987 or 9804569. OLE color: 9804569.
HSL color Cylindrical-coordinate representation of color #199B95: hue angle of 177.23º 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 #199B95 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 149 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.39 |
| HSL | 177.23º | 0.72% | 0.35% | - |
| HSV(B) | 177.23º | 0.84% | 0.61% | - |
| XYZ | 17.55 | 25.82 | 32.49 | - |
| YUV | 115.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 149 | 0.84 | 0 | 0.04 | 0.39 | 177.23 | 0.72 | 0.35 |
| Hex | 19 | 9B | 95 | 54 | 0 | 4 | 27 | B1 | 48 | 23 |
| Octal | 31 | 233 | 225 | 124 | 0 | 4 | 47 | 261 | 110 | 43 |
| Binary | 11001 | 10011011 | 10010101 | 1010100 | 0 | 100 | 100111 | 10110001 | 1001000 | 100011 |
Color Harmonies of #199B95
Complementary color
Monochromatic Colors of #199B95
Black with #199B95
Text Example
Text Example
White with #199B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B95; }
p { color: rgb(25,155,149); }
H1.HeaderClassName
{
color: #199B95;
}
.AnyTagClassName
{
color: #199B95;
}
</style>
background-color css
<style>
a { background-color: #199B95; }
a { background-color: rgb(25,155,149); }
div.DivClassName
{
background-color: #199B95;
}
.BgClassName
{
background-color: #199B95;
}
</style>
border-color css
<style>
span { border-color: #199B95; }
span { border-color: rgb(25,155,149); }
td.TdClassName
{
border-color: #199B95;
}
.TagClassName
{
border-color: #199B95;
}
</style>