Shades of Java #199589
Tints of Java #199589
RGB
CMYK
RGB Variations
Color information
#199589 (or 0x199589) is known color: Java. HEX triplet: 19, 95 and 89. RGB value is (25,149,137). Sum of RGB (Red+Green+Blue) = 25+149+137=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #199589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199589 is #E66A76. Grayscale: #6E6E6E. Windows color (decimal): -15100535 or 9016601. OLE color: 9016601.
HSL color Cylindrical-coordinate representation of color #199589: hue angle of 174.19º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199589 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 137 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.42 |
| HSL | 174.19º | 0.71% | 0.34% | - |
| HSV(B) | 174.19º | 0.83% | 0.58% | - |
| XYZ | 15.66 | 23.51 | 27.38 | - |
| YUV | 110.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 137 | 0.83 | 0 | 0.08 | 0.42 | 174.19 | 0.71 | 0.34 |
| Hex | 19 | 95 | 89 | 53 | 0 | 8 | 2A | AE | 47 | 22 |
| Octal | 31 | 225 | 211 | 123 | 0 | 10 | 52 | 256 | 107 | 42 |
| Binary | 11001 | 10010101 | 10001001 | 1010011 | 0 | 1000 | 101010 | 10101110 | 1000111 | 100010 |
Color Harmonies of #199589
Complementary color
Monochromatic Colors of #199589
Black with #199589
Text Example
Text Example
White with #199589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199589; }
p { color: rgb(25,149,137); }
H1.HeaderClassName
{
color: #199589;
}
.AnyTagClassName
{
color: #199589;
}
</style>
background-color css
<style>
a { background-color: #199589; }
a { background-color: rgb(25,149,137); }
div.DivClassName
{
background-color: #199589;
}
.BgClassName
{
background-color: #199589;
}
</style>
border-color css
<style>
span { border-color: #199589; }
span { border-color: rgb(25,149,137); }
td.TdClassName
{
border-color: #199589;
}
.TagClassName
{
border-color: #199589;
}
</style>