Shades of Java #199D92
Tints of Java #199D92
RGB
CMYK
RGB Variations
Color information
#199D92 (or 0x199D92) is known color: Java. HEX triplet: 19, 9D and 92. RGB value is (25,157,146). Sum of RGB (Red+Green+Blue) = 25+157+146=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #199D92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D92 is #E6626D. Grayscale: #747474. Windows color (decimal): -15098478 or 9608473. OLE color: 9608473.
HSL color Cylindrical-coordinate representation of color #199D92: hue angle of 175º 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 #199D92 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 146 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.38 |
| HSL | 175º | 0.73% | 0.36% | - |
| HSV(B) | 175º | 0.84% | 0.62% | - |
| XYZ | 17.65 | 26.4 | 31.36 | - |
| YUV | 116.28 | 144.77 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 146 | 0.84 | 0 | 0.07 | 0.38 | 175 | 0.73 | 0.36 |
| Hex | 19 | 9D | 92 | 54 | 0 | 7 | 26 | AF | 49 | 24 |
| Octal | 31 | 235 | 222 | 124 | 0 | 7 | 46 | 257 | 111 | 44 |
| Binary | 11001 | 10011101 | 10010010 | 1010100 | 0 | 111 | 100110 | 10101111 | 1001001 | 100100 |
Color Harmonies of #199D92
Complementary color
Monochromatic Colors of #199D92
Black with #199D92
Text Example
Text Example
White with #199D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D92; }
p { color: rgb(25,157,146); }
H1.HeaderClassName
{
color: #199D92;
}
.AnyTagClassName
{
color: #199D92;
}
</style>
background-color css
<style>
a { background-color: #199D92; }
a { background-color: rgb(25,157,146); }
div.DivClassName
{
background-color: #199D92;
}
.BgClassName
{
background-color: #199D92;
}
</style>
border-color css
<style>
span { border-color: #199D92; }
span { border-color: rgb(25,157,146); }
td.TdClassName
{
border-color: #199D92;
}
.TagClassName
{
border-color: #199D92;
}
</style>