Shades of Java #198988
Tints of Java #198988
RGB
CMYK
RGB Variations
Color information
#198988 (or 0x198988) is known color: Java. HEX triplet: 19, 89 and 88. RGB value is (25,137,136). Sum of RGB (Red+Green+Blue) = 25+137+136=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #198988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198988 is #E67677. Grayscale: #676767. Windows color (decimal): -15103608 or 8947993. OLE color: 8947993.
HSL color Cylindrical-coordinate representation of color #198988: hue angle of 179.46º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198988 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 137 | 136 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.46 |
| HSL | 179.46º | 0.69% | 0.32% | - |
| HSV(B) | 179.46º | 0.82% | 0.54% | - |
| XYZ | 13.79 | 19.88 | 26.4 | - |
| YUV | 103.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 136 | 0.82 | 0 | 0.01 | 0.46 | 179.46 | 0.69 | 0.32 |
| Hex | 19 | 89 | 88 | 52 | 0 | 1 | 2E | B3 | 45 | 20 |
| Octal | 31 | 211 | 210 | 122 | 0 | 1 | 56 | 263 | 105 | 40 |
| Binary | 11001 | 10001001 | 10001000 | 1010010 | 0 | 1 | 101110 | 10110011 | 1000101 | 100000 |
Color Harmonies of #198988
Complementary color
Monochromatic Colors of #198988
Black with #198988
Text Example
Text Example
White with #198988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198988; }
p { color: rgb(25,137,136); }
H1.HeaderClassName
{
color: #198988;
}
.AnyTagClassName
{
color: #198988;
}
</style>
background-color css
<style>
a { background-color: #198988; }
a { background-color: rgb(25,137,136); }
div.DivClassName
{
background-color: #198988;
}
.BgClassName
{
background-color: #198988;
}
</style>
border-color css
<style>
span { border-color: #198988; }
span { border-color: rgb(25,137,136); }
td.TdClassName
{
border-color: #198988;
}
.TagClassName
{
border-color: #198988;
}
</style>