Shades of Java #198C89
Tints of Java #198C89
RGB
CMYK
RGB Variations
Color information
#198C89 (or 0x198C89) is known color: Java. HEX triplet: 19, 8C and 89. RGB value is (25,140,137). Sum of RGB (Red+Green+Blue) = 25+140+137=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #198C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C89 is #E67376. Grayscale: #696969. Windows color (decimal): -15102839 or 9014297. OLE color: 9014297.
HSL color Cylindrical-coordinate representation of color #198C89: hue angle of 178.43º 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 #198C89 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 137 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.45 |
| HSL | 178.43º | 0.7% | 0.32% | - |
| HSV(B) | 178.43º | 0.82% | 0.55% | - |
| XYZ | 14.29 | 20.77 | 26.92 | - |
| YUV | 105.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 137 | 0.82 | 0 | 0.02 | 0.45 | 178.43 | 0.7 | 0.32 |
| Hex | 19 | 8C | 89 | 52 | 0 | 2 | 2D | B2 | 46 | 20 |
| Octal | 31 | 214 | 211 | 122 | 0 | 2 | 55 | 262 | 106 | 40 |
| Binary | 11001 | 10001100 | 10001001 | 1010010 | 0 | 10 | 101101 | 10110010 | 1000110 | 100000 |
Color Harmonies of #198C89
Complementary color
Monochromatic Colors of #198C89
Black with #198C89
Text Example
Text Example
White with #198C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C89; }
p { color: rgb(25,140,137); }
H1.HeaderClassName
{
color: #198C89;
}
.AnyTagClassName
{
color: #198C89;
}
</style>
background-color css
<style>
a { background-color: #198C89; }
a { background-color: rgb(25,140,137); }
div.DivClassName
{
background-color: #198C89;
}
.BgClassName
{
background-color: #198C89;
}
</style>
border-color css
<style>
span { border-color: #198C89; }
span { border-color: rgb(25,140,137); }
td.TdClassName
{
border-color: #198C89;
}
.TagClassName
{
border-color: #198C89;
}
</style>