Shades of Java #198C91
Tints of Java #198C91
RGB
CMYK
RGB Variations
Color information
#198C91 (or 0x198C91) is known color: Java. HEX triplet: 19, 8C and 91. RGB value is (25,140,145). Sum of RGB (Red+Green+Blue) = 25+140+145=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #198C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C91 is #E6736E. Grayscale: #6A6A6A. Windows color (decimal): -15102831 or 9538585. OLE color: 9538585.
HSL color Cylindrical-coordinate representation of color #198C91: hue angle of 182.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 #198C91 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 140 | 145 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.43 |
| HSL | 182.5º | 0.71% | 0.33% | - |
| HSV(B) | 182.5º | 0.83% | 0.57% | - |
| XYZ | 14.89 | 21.01 | 30.06 | - |
| YUV | 106.19 | 149.9 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 145 | 0.83 | 0.03 | 0 | 0.43 | 182.5 | 0.71 | 0.33 |
| Hex | 19 | 8C | 91 | 53 | 3 | 0 | 2B | B6 | 47 | 21 |
| Octal | 31 | 214 | 221 | 123 | 3 | 0 | 53 | 266 | 107 | 41 |
| Binary | 11001 | 10001100 | 10010001 | 1010011 | 11 | 0 | 101011 | 10110110 | 1000111 | 100001 |
Color Harmonies of #198C91
Complementary color
Monochromatic Colors of #198C91
Black with #198C91
Text Example
Text Example
White with #198C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C91; }
p { color: rgb(25,140,145); }
H1.HeaderClassName
{
color: #198C91;
}
.AnyTagClassName
{
color: #198C91;
}
</style>
background-color css
<style>
a { background-color: #198C91; }
a { background-color: rgb(25,140,145); }
div.DivClassName
{
background-color: #198C91;
}
.BgClassName
{
background-color: #198C91;
}
</style>
border-color css
<style>
span { border-color: #198C91; }
span { border-color: rgb(25,140,145); }
td.TdClassName
{
border-color: #198C91;
}
.TagClassName
{
border-color: #198C91;
}
</style>