Shades of Java #198886
Tints of Java #198886
RGB
CMYK
RGB Variations
Color information
#198886 (or 0x198886) is known color: Java. HEX triplet: 19, 88 and 86. RGB value is (25,136,134). Sum of RGB (Red+Green+Blue) = 25+136+134=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #198886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198886 is #E67779. Grayscale: #666666. Windows color (decimal): -15103866 or 8816665. OLE color: 8816665.
HSL color Cylindrical-coordinate representation of color #198886: hue angle of 178.92º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198886 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 134 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.47 |
| HSL | 178.92º | 0.69% | 0.32% | - |
| HSV(B) | 178.92º | 0.82% | 0.53% | - |
| XYZ | 13.51 | 19.54 | 25.61 | - |
| YUV | 102.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 134 | 0.82 | 0 | 0.01 | 0.47 | 178.92 | 0.69 | 0.32 |
| Hex | 19 | 88 | 86 | 52 | 0 | 1 | 2F | B3 | 45 | 20 |
| Octal | 31 | 210 | 206 | 122 | 0 | 1 | 57 | 263 | 105 | 40 |
| Binary | 11001 | 10001000 | 10000110 | 1010010 | 0 | 1 | 101111 | 10110011 | 1000101 | 100000 |
Color Harmonies of #198886
Complementary color
Monochromatic Colors of #198886
Black with #198886
Text Example
Text Example
White with #198886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198886; }
p { color: rgb(25,136,134); }
H1.HeaderClassName
{
color: #198886;
}
.AnyTagClassName
{
color: #198886;
}
</style>
background-color css
<style>
a { background-color: #198886; }
a { background-color: rgb(25,136,134); }
div.DivClassName
{
background-color: #198886;
}
.BgClassName
{
background-color: #198886;
}
</style>
border-color css
<style>
span { border-color: #198886; }
span { border-color: rgb(25,136,134); }
td.TdClassName
{
border-color: #198886;
}
.TagClassName
{
border-color: #198886;
}
</style>