Shades of Java #198996
Tints of Java #198996
RGB
CMYK
RGB Variations
Color information
#198996 (or 0x198996) is known color: Java. HEX triplet: 19, 89 and 96. RGB value is (25,137,150). Sum of RGB (Red+Green+Blue) = 25+137+150=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #198996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198996 is #E67669. Grayscale: #686868. Windows color (decimal): -15103594 or 9865497. OLE color: 9865497.
HSL color Cylindrical-coordinate representation of color #198996: hue angle of 186.24º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198996 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 137 | 150 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.41 |
| HSL | 186.24º | 0.71% | 0.34% | - |
| HSV(B) | 186.24º | 0.83% | 0.59% | - |
| XYZ | 14.85 | 20.3 | 31.99 | - |
| YUV | 104.99 | 153.39 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 150 | 0.83 | 0.09 | 0 | 0.41 | 186.24 | 0.71 | 0.34 |
| Hex | 19 | 89 | 96 | 53 | 9 | 0 | 29 | BA | 47 | 22 |
| Octal | 31 | 211 | 226 | 123 | 11 | 0 | 51 | 272 | 107 | 42 |
| Binary | 11001 | 10001001 | 10010110 | 1010011 | 1001 | 0 | 101001 | 10111010 | 1000111 | 100010 |
Color Harmonies of #198996
Complementary color
Monochromatic Colors of #198996
Black with #198996
Text Example
Text Example
White with #198996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198996; }
p { color: rgb(25,137,150); }
H1.HeaderClassName
{
color: #198996;
}
.AnyTagClassName
{
color: #198996;
}
</style>
background-color css
<style>
a { background-color: #198996; }
a { background-color: rgb(25,137,150); }
div.DivClassName
{
background-color: #198996;
}
.BgClassName
{
background-color: #198996;
}
</style>
border-color css
<style>
span { border-color: #198996; }
span { border-color: rgb(25,137,150); }
td.TdClassName
{
border-color: #198996;
}
.TagClassName
{
border-color: #198996;
}
</style>