Shades of Java #198C87
Tints of Java #198C87
RGB
CMYK
RGB Variations
Color information
#198C87 (or 0x198C87) is known color: Java. HEX triplet: 19, 8C and 87. RGB value is (25,140,135). Sum of RGB (Red+Green+Blue) = 25+140+135=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #198C87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C87 is #E67378. Grayscale: #686868. Windows color (decimal): -15102841 or 8883225. OLE color: 8883225.
HSL color Cylindrical-coordinate representation of color #198C87: hue angle of 177.39º 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 #198C87 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 135 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.45 |
| HSL | 177.39º | 0.7% | 0.32% | - |
| HSV(B) | 177.39º | 0.82% | 0.55% | - |
| XYZ | 14.15 | 20.71 | 26.17 | - |
| YUV | 105.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 135 | 0.82 | 0 | 0.04 | 0.45 | 177.39 | 0.7 | 0.32 |
| Hex | 19 | 8C | 87 | 52 | 0 | 4 | 2D | B1 | 46 | 20 |
| Octal | 31 | 214 | 207 | 122 | 0 | 4 | 55 | 261 | 106 | 40 |
| Binary | 11001 | 10001100 | 10000111 | 1010010 | 0 | 100 | 101101 | 10110001 | 1000110 | 100000 |
Color Harmonies of #198C87
Complementary color
Monochromatic Colors of #198C87
Black with #198C87
Text Example
Text Example
White with #198C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C87; }
p { color: rgb(25,140,135); }
H1.HeaderClassName
{
color: #198C87;
}
.AnyTagClassName
{
color: #198C87;
}
</style>
background-color css
<style>
a { background-color: #198C87; }
a { background-color: rgb(25,140,135); }
div.DivClassName
{
background-color: #198C87;
}
.BgClassName
{
background-color: #198C87;
}
</style>
border-color css
<style>
span { border-color: #198C87; }
span { border-color: rgb(25,140,135); }
td.TdClassName
{
border-color: #198C87;
}
.TagClassName
{
border-color: #198C87;
}
</style>