Shades of Java #199698
Tints of Java #199698
RGB
CMYK
RGB Variations
Color information
#199698 (or 0x199698) is known color: Java. HEX triplet: 19, 96 and 98. RGB value is (25,150,152). Sum of RGB (Red+Green+Blue) = 25+150+152=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #199698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199698 is #E66967. Grayscale: #707070. Windows color (decimal): -15100264 or 9999897. OLE color: 9999897.
HSL color Cylindrical-coordinate representation of color #199698: hue angle of 180.94º 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 #199698 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 150 | 152 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.40 |
| HSL | 180.94º | 0.72% | 0.35% | - |
| HSV(B) | 180.94º | 0.84% | 0.6% | - |
| XYZ | 16.97 | 24.29 | 33.5 | - |
| YUV | 112.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 152 | 0.84 | 0.01 | 0 | 0.40 | 180.94 | 0.72 | 0.35 |
| Hex | 19 | 96 | 98 | 54 | 1 | 0 | 28 | B5 | 48 | 23 |
| Octal | 31 | 226 | 230 | 124 | 1 | 0 | 50 | 265 | 110 | 43 |
| Binary | 11001 | 10010110 | 10011000 | 1010100 | 1 | 0 | 101000 | 10110101 | 1001000 | 100011 |
Color Harmonies of #199698
Complementary color
Monochromatic Colors of #199698
Black with #199698
Text Example
Text Example
White with #199698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199698; }
p { color: rgb(25,150,152); }
H1.HeaderClassName
{
color: #199698;
}
.AnyTagClassName
{
color: #199698;
}
</style>
background-color css
<style>
a { background-color: #199698; }
a { background-color: rgb(25,150,152); }
div.DivClassName
{
background-color: #199698;
}
.BgClassName
{
background-color: #199698;
}
</style>
border-color css
<style>
span { border-color: #199698; }
span { border-color: rgb(25,150,152); }
td.TdClassName
{
border-color: #199698;
}
.TagClassName
{
border-color: #199698;
}
</style>