Shades of Java #199792
Tints of Java #199792
RGB
CMYK
RGB Variations
Color information
#199792 (or 0x199792) is known color: Java. HEX triplet: 19, 97 and 92. RGB value is (25,151,146). Sum of RGB (Red+Green+Blue) = 25+151+146=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #199792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199792 is #E6686D. Grayscale: #707070. Windows color (decimal): -15100014 or 9606937. OLE color: 9606937.
HSL color Cylindrical-coordinate representation of color #199792: hue angle of 177.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199792 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 151 | 146 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.41 |
| HSL | 177.62º | 0.72% | 0.35% | - |
| HSV(B) | 177.62º | 0.83% | 0.59% | - |
| XYZ | 16.66 | 24.42 | 31.03 | - |
| YUV | 112.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 146 | 0.83 | 0 | 0.03 | 0.41 | 177.62 | 0.72 | 0.35 |
| Hex | 19 | 97 | 92 | 53 | 0 | 3 | 29 | B2 | 48 | 23 |
| Octal | 31 | 227 | 222 | 123 | 0 | 3 | 51 | 262 | 110 | 43 |
| Binary | 11001 | 10010111 | 10010010 | 1010011 | 0 | 11 | 101001 | 10110010 | 1001000 | 100011 |
Color Harmonies of #199792
Complementary color
Monochromatic Colors of #199792
Black with #199792
Text Example
Text Example
White with #199792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199792; }
p { color: rgb(25,151,146); }
H1.HeaderClassName
{
color: #199792;
}
.AnyTagClassName
{
color: #199792;
}
</style>
background-color css
<style>
a { background-color: #199792; }
a { background-color: rgb(25,151,146); }
div.DivClassName
{
background-color: #199792;
}
.BgClassName
{
background-color: #199792;
}
</style>
border-color css
<style>
span { border-color: #199792; }
span { border-color: rgb(25,151,146); }
td.TdClassName
{
border-color: #199792;
}
.TagClassName
{
border-color: #199792;
}
</style>