Shades of Java #199992
Tints of Java #199992
RGB
CMYK
RGB Variations
Color information
#199992 (or 0x199992) is known color: Java. HEX triplet: 19, 99 and 92. RGB value is (25,153,146). Sum of RGB (Red+Green+Blue) = 25+153+146=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #199992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199992 is #E6666D. Grayscale: #717171. Windows color (decimal): -15099502 or 9607449. OLE color: 9607449.
HSL color Cylindrical-coordinate representation of color #199992: hue angle of 176.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199992 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 146 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.4 |
| HSL | 176.72º | 0.72% | 0.35% | - |
| HSV(B) | 176.72º | 0.84% | 0.6% | - |
| XYZ | 16.98 | 25.06 | 31.14 | - |
| YUV | 113.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 146 | 0.84 | 0 | 0.05 | 0.4 | 176.72 | 0.72 | 0.35 |
| Hex | 19 | 99 | 92 | 54 | 0 | 5 | 28 | B1 | 48 | 23 |
| Octal | 31 | 231 | 222 | 124 | 0 | 5 | 50 | 261 | 110 | 43 |
| Binary | 11001 | 10011001 | 10010010 | 1010100 | 0 | 101 | 101000 | 10110001 | 1001000 | 100011 |
Color Harmonies of #199992
Complementary color
Monochromatic Colors of #199992
Black with #199992
Text Example
Text Example
White with #199992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199992; }
p { color: rgb(25,153,146); }
H1.HeaderClassName
{
color: #199992;
}
.AnyTagClassName
{
color: #199992;
}
</style>
background-color css
<style>
a { background-color: #199992; }
a { background-color: rgb(25,153,146); }
div.DivClassName
{
background-color: #199992;
}
.BgClassName
{
background-color: #199992;
}
</style>
border-color css
<style>
span { border-color: #199992; }
span { border-color: rgb(25,153,146); }
td.TdClassName
{
border-color: #199992;
}
.TagClassName
{
border-color: #199992;
}
</style>