Shades of Java #199B8E
Tints of Java #199B8E
RGB
CMYK
RGB Variations
Color information
#199B8E (or 0x199B8E) is known color: Java. HEX triplet: 19, 9B and 8E. RGB value is (25,155,142). Sum of RGB (Red+Green+Blue) = 25+155+142=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #199B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B8E is #E66471. Grayscale: #727272. Windows color (decimal): -15098994 or 9345817. OLE color: 9345817.
HSL color Cylindrical-coordinate representation of color #199B8E: hue angle of 174º 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 #199B8E is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 142 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.39 |
| HSL | 174º | 0.72% | 0.35% | - |
| HSV(B) | 174º | 0.84% | 0.61% | - |
| XYZ | 17 | 25.6 | 29.64 | - |
| YUV | 114.65 | 143.43 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 142 | 0.84 | 0 | 0.08 | 0.39 | 174 | 0.72 | 0.35 |
| Hex | 19 | 9B | 8E | 54 | 0 | 8 | 27 | AE | 48 | 23 |
| Octal | 31 | 233 | 216 | 124 | 0 | 10 | 47 | 256 | 110 | 43 |
| Binary | 11001 | 10011011 | 10001110 | 1010100 | 0 | 1000 | 100111 | 10101110 | 1001000 | 100011 |
Color Harmonies of #199B8E
Complementary color
Monochromatic Colors of #199B8E
Black with #199B8E
Text Example
Text Example
White with #199B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B8E; }
p { color: rgb(25,155,142); }
H1.HeaderClassName
{
color: #199B8E;
}
.AnyTagClassName
{
color: #199B8E;
}
</style>
background-color css
<style>
a { background-color: #199B8E; }
a { background-color: rgb(25,155,142); }
div.DivClassName
{
background-color: #199B8E;
}
.BgClassName
{
background-color: #199B8E;
}
</style>
border-color css
<style>
span { border-color: #199B8E; }
span { border-color: rgb(25,155,142); }
td.TdClassName
{
border-color: #199B8E;
}
.TagClassName
{
border-color: #199B8E;
}
</style>