Shades of Java #199895
Tints of Java #199895
RGB
CMYK
RGB Variations
Color information
#199895 (or 0x199895) is known color: Java. HEX triplet: 19, 98 and 95. RGB value is (25,152,149). Sum of RGB (Red+Green+Blue) = 25+152+149=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #199895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199895 is #E6676A. Grayscale: #717171. Windows color (decimal): -15099755 or 9803801. OLE color: 9803801.
HSL color Cylindrical-coordinate representation of color #199895: hue angle of 178.58º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199895 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 149 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.40 |
| HSL | 178.58º | 0.72% | 0.35% | - |
| HSV(B) | 178.58º | 0.84% | 0.6% | - |
| XYZ | 17.05 | 24.83 | 32.33 | - |
| YUV | 113.69 | 147.92 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 149 | 0.84 | 0 | 0.02 | 0.40 | 178.58 | 0.72 | 0.35 |
| Hex | 19 | 98 | 95 | 54 | 0 | 2 | 28 | B3 | 48 | 23 |
| Octal | 31 | 230 | 225 | 124 | 0 | 2 | 50 | 263 | 110 | 43 |
| Binary | 11001 | 10011000 | 10010101 | 1010100 | 0 | 10 | 101000 | 10110011 | 1001000 | 100011 |
Color Harmonies of #199895
Complementary color
Monochromatic Colors of #199895
Black with #199895
Text Example
Text Example
White with #199895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199895; }
p { color: rgb(25,152,149); }
H1.HeaderClassName
{
color: #199895;
}
.AnyTagClassName
{
color: #199895;
}
</style>
background-color css
<style>
a { background-color: #199895; }
a { background-color: rgb(25,152,149); }
div.DivClassName
{
background-color: #199895;
}
.BgClassName
{
background-color: #199895;
}
</style>
border-color css
<style>
span { border-color: #199895; }
span { border-color: rgb(25,152,149); }
td.TdClassName
{
border-color: #199895;
}
.TagClassName
{
border-color: #199895;
}
</style>