Shades of Java #199290
Tints of Java #199290
RGB
CMYK
RGB Variations
Color information
#199290 (or 0x199290) is known color: Java. HEX triplet: 19, 92 and 90. RGB value is (25,146,144). Sum of RGB (Red+Green+Blue) = 25+146+144=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #199290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199290 is #E66D6F. Grayscale: #6D6D6D. Windows color (decimal): -15101296 or 9474585. OLE color: 9474585.
HSL color Cylindrical-coordinate representation of color #199290: hue angle of 179.01º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199290 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 144 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.43 |
| HSL | 179.01º | 0.71% | 0.34% | - |
| HSV(B) | 179.01º | 0.83% | 0.57% | - |
| XYZ | 15.71 | 22.78 | 29.95 | - |
| YUV | 109.59 | 147.41 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 144 | 0.83 | 0 | 0.01 | 0.43 | 179.01 | 0.71 | 0.34 |
| Hex | 19 | 92 | 90 | 53 | 0 | 1 | 2B | B3 | 47 | 22 |
| Octal | 31 | 222 | 220 | 123 | 0 | 1 | 53 | 263 | 107 | 42 |
| Binary | 11001 | 10010010 | 10010000 | 1010011 | 0 | 1 | 101011 | 10110011 | 1000111 | 100010 |
Color Harmonies of #199290
Complementary color
Monochromatic Colors of #199290
Black with #199290
Text Example
Text Example
White with #199290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199290; }
p { color: rgb(25,146,144); }
H1.HeaderClassName
{
color: #199290;
}
.AnyTagClassName
{
color: #199290;
}
</style>
background-color css
<style>
a { background-color: #199290; }
a { background-color: rgb(25,146,144); }
div.DivClassName
{
background-color: #199290;
}
.BgClassName
{
background-color: #199290;
}
</style>
border-color css
<style>
span { border-color: #199290; }
span { border-color: rgb(25,146,144); }
td.TdClassName
{
border-color: #199290;
}
.TagClassName
{
border-color: #199290;
}
</style>