Shades of Java #199591
Tints of Java #199591
RGB
CMYK
RGB Variations
Color information
#199591 (or 0x199591) is known color: Java. HEX triplet: 19, 95 and 91. RGB value is (25,149,145). Sum of RGB (Red+Green+Blue) = 25+149+145=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #199591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199591 is #E66A6E. Grayscale: #6F6F6F. Windows color (decimal): -15100527 or 9540889. OLE color: 9540889.
HSL color Cylindrical-coordinate representation of color #199591: hue angle of 178.06º 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 #199591 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 145 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.42 |
| HSL | 178.06º | 0.71% | 0.34% | - |
| HSV(B) | 178.06º | 0.83% | 0.58% | - |
| XYZ | 16.26 | 23.75 | 30.51 | - |
| YUV | 111.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 145 | 0.83 | 0 | 0.03 | 0.42 | 178.06 | 0.71 | 0.34 |
| Hex | 19 | 95 | 91 | 53 | 0 | 3 | 2A | B2 | 47 | 22 |
| Octal | 31 | 225 | 221 | 123 | 0 | 3 | 52 | 262 | 107 | 42 |
| Binary | 11001 | 10010101 | 10010001 | 1010011 | 0 | 11 | 101010 | 10110010 | 1000111 | 100010 |
Color Harmonies of #199591
Complementary color
Monochromatic Colors of #199591
Black with #199591
Text Example
Text Example
White with #199591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199591; }
p { color: rgb(25,149,145); }
H1.HeaderClassName
{
color: #199591;
}
.AnyTagClassName
{
color: #199591;
}
</style>
background-color css
<style>
a { background-color: #199591; }
a { background-color: rgb(25,149,145); }
div.DivClassName
{
background-color: #199591;
}
.BgClassName
{
background-color: #199591;
}
</style>
border-color css
<style>
span { border-color: #199591; }
span { border-color: rgb(25,149,145); }
td.TdClassName
{
border-color: #199591;
}
.TagClassName
{
border-color: #199591;
}
</style>