Shades of Java #199B94
Tints of Java #199B94
RGB
CMYK
RGB Variations
Color information
#199B94 (or 0x199B94) is known color: Java. HEX triplet: 19, 9B and 94. RGB value is (25,155,148). Sum of RGB (Red+Green+Blue) = 25+155+148=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #199B94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B94 is #E6646B. Grayscale: #737373. Windows color (decimal): -15098988 or 9739033. OLE color: 9739033.
HSL color Cylindrical-coordinate representation of color #199B94: hue angle of 176.77º 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 #199B94 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 148 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.39 |
| HSL | 176.77º | 0.72% | 0.35% | - |
| HSV(B) | 176.77º | 0.84% | 0.61% | - |
| XYZ | 17.47 | 25.79 | 32.07 | - |
| YUV | 115.33 | 146.43 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 148 | 0.84 | 0 | 0.05 | 0.39 | 176.77 | 0.72 | 0.35 |
| Hex | 19 | 9B | 94 | 54 | 0 | 5 | 27 | B1 | 48 | 23 |
| Octal | 31 | 233 | 224 | 124 | 0 | 5 | 47 | 261 | 110 | 43 |
| Binary | 11001 | 10011011 | 10010100 | 1010100 | 0 | 101 | 100111 | 10110001 | 1001000 | 100011 |
Color Harmonies of #199B94
Complementary color
Monochromatic Colors of #199B94
Black with #199B94
Text Example
Text Example
White with #199B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B94; }
p { color: rgb(25,155,148); }
H1.HeaderClassName
{
color: #199B94;
}
.AnyTagClassName
{
color: #199B94;
}
</style>
background-color css
<style>
a { background-color: #199B94; }
a { background-color: rgb(25,155,148); }
div.DivClassName
{
background-color: #199B94;
}
.BgClassName
{
background-color: #199B94;
}
</style>
border-color css
<style>
span { border-color: #199B94; }
span { border-color: rgb(25,155,148); }
td.TdClassName
{
border-color: #199B94;
}
.TagClassName
{
border-color: #199B94;
}
</style>