Shades of Java #199A92
Tints of Java #199A92
RGB
CMYK
RGB Variations
Color information
#199A92 (or 0x199A92) is known color: Java. HEX triplet: 19, 9A and 92. RGB value is (25,154,146). Sum of RGB (Red+Green+Blue) = 25+154+146=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #199A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A92 is #E6656D. Grayscale: #727272. Windows color (decimal): -15099246 or 9607705. OLE color: 9607705.
HSL color Cylindrical-coordinate representation of color #199A92: hue angle of 176.28º 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 #199A92 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 146 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.40 |
| HSL | 176.28º | 0.72% | 0.35% | - |
| HSV(B) | 176.28º | 0.84% | 0.6% | - |
| XYZ | 17.14 | 25.39 | 31.19 | - |
| YUV | 114.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 146 | 0.84 | 0 | 0.05 | 0.40 | 176.28 | 0.72 | 0.35 |
| Hex | 19 | 9A | 92 | 54 | 0 | 5 | 28 | B0 | 48 | 23 |
| Octal | 31 | 232 | 222 | 124 | 0 | 5 | 50 | 260 | 110 | 43 |
| Binary | 11001 | 10011010 | 10010010 | 1010100 | 0 | 101 | 101000 | 10110000 | 1001000 | 100011 |
Color Harmonies of #199A92
Complementary color
Monochromatic Colors of #199A92
Black with #199A92
Text Example
Text Example
White with #199A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A92; }
p { color: rgb(25,154,146); }
H1.HeaderClassName
{
color: #199A92;
}
.AnyTagClassName
{
color: #199A92;
}
</style>
background-color css
<style>
a { background-color: #199A92; }
a { background-color: rgb(25,154,146); }
div.DivClassName
{
background-color: #199A92;
}
.BgClassName
{
background-color: #199A92;
}
</style>
border-color css
<style>
span { border-color: #199A92; }
span { border-color: rgb(25,154,146); }
td.TdClassName
{
border-color: #199A92;
}
.TagClassName
{
border-color: #199A92;
}
</style>