Shades of Java #199D91
Tints of Java #199D91
RGB
CMYK
RGB Variations
Color information
#199D91 (or 0x199D91) is known color: Java. HEX triplet: 19, 9D and 91. RGB value is (25,157,145). Sum of RGB (Red+Green+Blue) = 25+157+145=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #199D91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D91 is #E6626E. Grayscale: #747474. Windows color (decimal): -15098479 or 9542937. OLE color: 9542937.
HSL color Cylindrical-coordinate representation of color #199D91: hue angle of 174.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D91 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 145 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.38 |
| HSL | 174.55º | 0.73% | 0.36% | - |
| HSV(B) | 174.55º | 0.84% | 0.62% | - |
| XYZ | 17.57 | 26.36 | 30.95 | - |
| YUV | 116.16 | 144.27 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 145 | 0.84 | 0 | 0.08 | 0.38 | 174.55 | 0.73 | 0.36 |
| Hex | 19 | 9D | 91 | 54 | 0 | 8 | 26 | AF | 49 | 24 |
| Octal | 31 | 235 | 221 | 124 | 0 | 10 | 46 | 257 | 111 | 44 |
| Binary | 11001 | 10011101 | 10010001 | 1010100 | 0 | 1000 | 100110 | 10101111 | 1001001 | 100100 |
Color Harmonies of #199D91
Complementary color
Monochromatic Colors of #199D91
Black with #199D91
Text Example
Text Example
White with #199D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D91; }
p { color: rgb(25,157,145); }
H1.HeaderClassName
{
color: #199D91;
}
.AnyTagClassName
{
color: #199D91;
}
</style>
background-color css
<style>
a { background-color: #199D91; }
a { background-color: rgb(25,157,145); }
div.DivClassName
{
background-color: #199D91;
}
.BgClassName
{
background-color: #199D91;
}
</style>
border-color css
<style>
span { border-color: #199D91; }
span { border-color: rgb(25,157,145); }
td.TdClassName
{
border-color: #199D91;
}
.TagClassName
{
border-color: #199D91;
}
</style>