Shades of Java #199B90
Tints of Java #199B90
RGB
CMYK
RGB Variations
Color information
#199B90 (or 0x199B90) is known color: Java. HEX triplet: 19, 9B and 90. RGB value is (25,155,144). Sum of RGB (Red+Green+Blue) = 25+155+144=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #199B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B90 is #E6646F. Grayscale: #727272. Windows color (decimal): -15098992 or 9476889. OLE color: 9476889.
HSL color Cylindrical-coordinate representation of color #199B90: hue angle of 174.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B90 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 144 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.39 |
| HSL | 174.92º | 0.72% | 0.35% | - |
| HSV(B) | 174.92º | 0.84% | 0.61% | - |
| XYZ | 17.16 | 25.66 | 30.43 | - |
| YUV | 114.88 | 144.43 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 144 | 0.84 | 0 | 0.07 | 0.39 | 174.92 | 0.72 | 0.35 |
| Hex | 19 | 9B | 90 | 54 | 0 | 7 | 27 | AF | 48 | 23 |
| Octal | 31 | 233 | 220 | 124 | 0 | 7 | 47 | 257 | 110 | 43 |
| Binary | 11001 | 10011011 | 10010000 | 1010100 | 0 | 111 | 100111 | 10101111 | 1001000 | 100011 |
Color Harmonies of #199B90
Complementary color
Monochromatic Colors of #199B90
Black with #199B90
Text Example
Text Example
White with #199B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B90; }
p { color: rgb(25,155,144); }
H1.HeaderClassName
{
color: #199B90;
}
.AnyTagClassName
{
color: #199B90;
}
</style>
background-color css
<style>
a { background-color: #199B90; }
a { background-color: rgb(25,155,144); }
div.DivClassName
{
background-color: #199B90;
}
.BgClassName
{
background-color: #199B90;
}
</style>
border-color css
<style>
span { border-color: #199B90; }
span { border-color: rgb(25,155,144); }
td.TdClassName
{
border-color: #199B90;
}
.TagClassName
{
border-color: #199B90;
}
</style>