Shades of Java #199F92
Tints of Java #199F92
RGB
CMYK
RGB Variations
Color information
#199F92 (or 0x199F92) is known color: Java. HEX triplet: 19, 9F and 92. RGB value is (25,159,146). Sum of RGB (Red+Green+Blue) = 25+159+146=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #199F92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199F92 is #E6606D. Grayscale: #757575. Windows color (decimal): -15097966 or 9608985. OLE color: 9608985.
HSL color Cylindrical-coordinate representation of color #199F92: hue angle of 174.18º 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 #199F92 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 146 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.38 |
| HSL | 174.18º | 0.73% | 0.36% | - |
| HSV(B) | 174.18º | 0.84% | 0.62% | - |
| XYZ | 17.99 | 27.08 | 31.47 | - |
| YUV | 117.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 146 | 0.84 | 0 | 0.08 | 0.38 | 174.18 | 0.73 | 0.36 |
| Hex | 19 | 9F | 92 | 54 | 0 | 8 | 26 | AE | 49 | 24 |
| Octal | 31 | 237 | 222 | 124 | 0 | 10 | 46 | 256 | 111 | 44 |
| Binary | 11001 | 10011111 | 10010010 | 1010100 | 0 | 1000 | 100110 | 10101110 | 1001001 | 100100 |
Color Harmonies of #199F92
Complementary color
Monochromatic Colors of #199F92
Black with #199F92
Text Example
Text Example
White with #199F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F92; }
p { color: rgb(25,159,146); }
H1.HeaderClassName
{
color: #199F92;
}
.AnyTagClassName
{
color: #199F92;
}
</style>
background-color css
<style>
a { background-color: #199F92; }
a { background-color: rgb(25,159,146); }
div.DivClassName
{
background-color: #199F92;
}
.BgClassName
{
background-color: #199F92;
}
</style>
border-color css
<style>
span { border-color: #199F92; }
span { border-color: rgb(25,159,146); }
td.TdClassName
{
border-color: #199F92;
}
.TagClassName
{
border-color: #199F92;
}
</style>