Shades of Java #198A8C
Tints of Java #198A8C
RGB
CMYK
RGB Variations
Color information
#198A8C (or 0x198A8C) is known color: Java. HEX triplet: 19, 8A and 8C. RGB value is (25,138,140). Sum of RGB (Red+Green+Blue) = 25+138+140=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #198A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198A8C is #E67573. Grayscale: #686868. Windows color (decimal): -15103348 or 9210393. OLE color: 9210393.
HSL color Cylindrical-coordinate representation of color #198A8C: hue angle of 181.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A8C is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 138 | 140 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.45 |
| HSL | 181.04º | 0.7% | 0.32% | - |
| HSV(B) | 181.04º | 0.82% | 0.55% | - |
| XYZ | 14.22 | 20.28 | 27.98 | - |
| YUV | 104.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 140 | 0.82 | 0.01 | 0 | 0.45 | 181.04 | 0.7 | 0.32 |
| Hex | 19 | 8A | 8C | 52 | 1 | 0 | 2D | B5 | 46 | 20 |
| Octal | 31 | 212 | 214 | 122 | 1 | 0 | 55 | 265 | 106 | 40 |
| Binary | 11001 | 10001010 | 10001100 | 1010010 | 1 | 0 | 101101 | 10110101 | 1000110 | 100000 |
Color Harmonies of #198A8C
Complementary color
Monochromatic Colors of #198A8C
Black with #198A8C
Text Example
Text Example
White with #198A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198A8C; }
p { color: rgb(25,138,140); }
H1.HeaderClassName
{
color: #198A8C;
}
.AnyTagClassName
{
color: #198A8C;
}
</style>
background-color css
<style>
a { background-color: #198A8C; }
a { background-color: rgb(25,138,140); }
div.DivClassName
{
background-color: #198A8C;
}
.BgClassName
{
background-color: #198A8C;
}
</style>
border-color css
<style>
span { border-color: #198A8C; }
span { border-color: rgb(25,138,140); }
td.TdClassName
{
border-color: #198A8C;
}
.TagClassName
{
border-color: #198A8C;
}
</style>