Shades of Java #198787
Tints of Java #198787
RGB
CMYK
RGB Variations
Color information
#198787 (or 0x198787) is known color: Java. HEX triplet: 19, 87 and 87. RGB value is (25,135,135). Sum of RGB (Red+Green+Blue) = 25+135+135=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #198787 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198787 is #E67878. Grayscale: #656565. Windows color (decimal): -15104121 or 8881945. OLE color: 8881945.
HSL color Cylindrical-coordinate representation of color #198787: hue angle of 180º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198787 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 135 | 135 | - |
| CMYK | 0.81 | 0 | 0 | 0.47 |
| HSL | 180º | 0.69% | 0.31% | - |
| HSV(B) | 180º | 0.81% | 0.53% | - |
| XYZ | 13.44 | 19.28 | 25.94 | - |
| YUV | 102.11 | 146.56 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 135 | 0.81 | 0 | 0 | 0.47 | 180 | 0.69 | 0.31 |
| Hex | 19 | 87 | 87 | 51 | 0 | 0 | 2F | B4 | 45 | 1F |
| Octal | 31 | 207 | 207 | 121 | 0 | 0 | 57 | 264 | 105 | 37 |
| Binary | 11001 | 10000111 | 10000111 | 1010001 | 0 | 0 | 101111 | 10110100 | 1000101 | 11111 |
Color Harmonies of #198787
Complementary color
Monochromatic Colors of #198787
Black with #198787
Text Example
Text Example
White with #198787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198787; }
p { color: rgb(25,135,135); }
H1.HeaderClassName
{
color: #198787;
}
.AnyTagClassName
{
color: #198787;
}
</style>
background-color css
<style>
a { background-color: #198787; }
a { background-color: rgb(25,135,135); }
div.DivClassName
{
background-color: #198787;
}
.BgClassName
{
background-color: #198787;
}
</style>
border-color css
<style>
span { border-color: #198787; }
span { border-color: rgb(25,135,135); }
td.TdClassName
{
border-color: #198787;
}
.TagClassName
{
border-color: #198787;
}
</style>