Shades of Java #198F84
Tints of Java #198F84
RGB
CMYK
RGB Variations
Color information
#198F84 (or 0x198F84) is known color: Java. HEX triplet: 19, 8F and 84. RGB value is (25,143,132). Sum of RGB (Red+Green+Blue) = 25+143+132=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #198F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F84 is #E6707B. Grayscale: #6A6A6A. Windows color (decimal): -15102076 or 8687385. OLE color: 8687385.
HSL color Cylindrical-coordinate representation of color #198F84: hue angle of 174.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198F84 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 143 | 132 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.44 |
| HSL | 174.41º | 0.7% | 0.33% | - |
| HSV(B) | 174.41º | 0.83% | 0.56% | - |
| XYZ | 14.39 | 21.52 | 25.22 | - |
| YUV | 106.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 132 | 0.83 | 0 | 0.08 | 0.44 | 174.41 | 0.7 | 0.33 |
| Hex | 19 | 8F | 84 | 53 | 0 | 8 | 2C | AE | 46 | 21 |
| Octal | 31 | 217 | 204 | 123 | 0 | 10 | 54 | 256 | 106 | 41 |
| Binary | 11001 | 10001111 | 10000100 | 1010011 | 0 | 1000 | 101100 | 10101110 | 1000110 | 100001 |
Color Harmonies of #198F84
Complementary color
Monochromatic Colors of #198F84
Black with #198F84
Text Example
Text Example
White with #198F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198F84; }
p { color: rgb(25,143,132); }
H1.HeaderClassName
{
color: #198F84;
}
.AnyTagClassName
{
color: #198F84;
}
</style>
background-color css
<style>
a { background-color: #198F84; }
a { background-color: rgb(25,143,132); }
div.DivClassName
{
background-color: #198F84;
}
.BgClassName
{
background-color: #198F84;
}
</style>
border-color css
<style>
span { border-color: #198F84; }
span { border-color: rgb(25,143,132); }
td.TdClassName
{
border-color: #198F84;
}
.TagClassName
{
border-color: #198F84;
}
</style>