Shades of Java #199C9E
Tints of Java #199C9E
RGB
CMYK
RGB Variations
Color information
#199C9E (or 0x199C9E) is known color: Java. HEX triplet: 19, 9C and 9E. RGB value is (25,156,158). Sum of RGB (Red+Green+Blue) = 25+156+158=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #199C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C9E is #E66361. Grayscale: #747474. Windows color (decimal): -15098722 or 10394649. OLE color: 10394649.
HSL color Cylindrical-coordinate representation of color #199C9E: hue angle of 180.9º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C9E is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 156 | 158 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.38 |
| HSL | 180.9º | 0.73% | 0.36% | - |
| HSV(B) | 180.9º | 0.84% | 0.62% | - |
| XYZ | 18.46 | 26.45 | 36.48 | - |
| YUV | 117.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 158 | 0.84 | 0.01 | 0 | 0.38 | 180.9 | 0.73 | 0.36 |
| Hex | 19 | 9C | 9E | 54 | 1 | 0 | 26 | B5 | 49 | 24 |
| Octal | 31 | 234 | 236 | 124 | 1 | 0 | 46 | 265 | 111 | 44 |
| Binary | 11001 | 10011100 | 10011110 | 1010100 | 1 | 0 | 100110 | 10110101 | 1001001 | 100100 |
Color Harmonies of #199C9E
Complementary color
Monochromatic Colors of #199C9E
Black with #199C9E
Text Example
Text Example
White with #199C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C9E; }
p { color: rgb(25,156,158); }
H1.HeaderClassName
{
color: #199C9E;
}
.AnyTagClassName
{
color: #199C9E;
}
</style>
background-color css
<style>
a { background-color: #199C9E; }
a { background-color: rgb(25,156,158); }
div.DivClassName
{
background-color: #199C9E;
}
.BgClassName
{
background-color: #199C9E;
}
</style>
border-color css
<style>
span { border-color: #199C9E; }
span { border-color: rgb(25,156,158); }
td.TdClassName
{
border-color: #199C9E;
}
.TagClassName
{
border-color: #199C9E;
}
</style>