Shades of Java #198691
Tints of Java #198691
RGB
CMYK
RGB Variations
Color information
#198691 (or 0x198691) is known color: Java. HEX triplet: 19, 86 and 91. RGB value is (25,134,145). Sum of RGB (Red+Green+Blue) = 25+134+145=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #198691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198691 is #E6796E. Grayscale: #666666. Windows color (decimal): -15104367 or 9537049. OLE color: 9537049.
HSL color Cylindrical-coordinate representation of color #198691: hue angle of 185.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198691 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 134 | 145 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.43 |
| HSL | 185.5º | 0.71% | 0.33% | - |
| HSV(B) | 185.5º | 0.83% | 0.57% | - |
| XYZ | 14.04 | 19.3 | 29.77 | - |
| YUV | 102.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 145 | 0.83 | 0.08 | 0 | 0.43 | 185.5 | 0.71 | 0.33 |
| Hex | 19 | 86 | 91 | 53 | 8 | 0 | 2B | BA | 47 | 21 |
| Octal | 31 | 206 | 221 | 123 | 10 | 0 | 53 | 272 | 107 | 41 |
| Binary | 11001 | 10000110 | 10010001 | 1010011 | 1000 | 0 | 101011 | 10111010 | 1000111 | 100001 |
Color Harmonies of #198691
Complementary color
Monochromatic Colors of #198691
Black with #198691
Text Example
Text Example
White with #198691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198691; }
p { color: rgb(25,134,145); }
H1.HeaderClassName
{
color: #198691;
}
.AnyTagClassName
{
color: #198691;
}
</style>
background-color css
<style>
a { background-color: #198691; }
a { background-color: rgb(25,134,145); }
div.DivClassName
{
background-color: #198691;
}
.BgClassName
{
background-color: #198691;
}
</style>
border-color css
<style>
span { border-color: #198691; }
span { border-color: rgb(25,134,145); }
td.TdClassName
{
border-color: #198691;
}
.TagClassName
{
border-color: #198691;
}
</style>