Shades of Java #198DA0
Tints of Java #198DA0
RGB
CMYK
RGB Variations
Color information
#198DA0 (or 0x198DA0) is known color: Java. HEX triplet: 19, 8D and A0. RGB value is (25,141,160). Sum of RGB (Red+Green+Blue) = 25+141+160=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #198DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198DA0 is #E6725F. Grayscale: #6C6C6C. Windows color (decimal): -15102560 or 10521881. OLE color: 10521881.
HSL color Cylindrical-coordinate representation of color #198DA0: hue angle of 188.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198DA0 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 141 | 160 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.37 |
| HSL | 188.44º | 0.73% | 0.36% | - |
| HSV(B) | 188.44º | 0.84% | 0.63% | - |
| XYZ | 16.27 | 21.79 | 36.61 | - |
| YUV | 108.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 160 | 0.84 | 0.12 | 0 | 0.37 | 188.44 | 0.73 | 0.36 |
| Hex | 19 | 8D | A0 | 54 | C | 0 | 25 | BC | 49 | 24 |
| Octal | 31 | 215 | 240 | 124 | 14 | 0 | 45 | 274 | 111 | 44 |
| Binary | 11001 | 10001101 | 10100000 | 1010100 | 1100 | 0 | 100101 | 10111100 | 1001001 | 100100 |
Color Harmonies of #198DA0
Complementary color
Monochromatic Colors of #198DA0
Black with #198DA0
Text Example
Text Example
White with #198DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DA0; }
p { color: rgb(25,141,160); }
H1.HeaderClassName
{
color: #198DA0;
}
.AnyTagClassName
{
color: #198DA0;
}
</style>
background-color css
<style>
a { background-color: #198DA0; }
a { background-color: rgb(25,141,160); }
div.DivClassName
{
background-color: #198DA0;
}
.BgClassName
{
background-color: #198DA0;
}
</style>
border-color css
<style>
span { border-color: #198DA0; }
span { border-color: rgb(25,141,160); }
td.TdClassName
{
border-color: #198DA0;
}
.TagClassName
{
border-color: #198DA0;
}
</style>