Shades of Java #198B93
Tints of Java #198B93
RGB
CMYK
RGB Variations
Color information
#198B93 (or 0x198B93) is known color: Java. HEX triplet: 19, 8B and 93. RGB value is (25,139,147). Sum of RGB (Red+Green+Blue) = 25+139+147=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #198B93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B93 is #E6746C. Grayscale: #696969. Windows color (decimal): -15103085 or 9669401. OLE color: 9669401.
HSL color Cylindrical-coordinate representation of color #198B93: hue angle of 183.93º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198B93 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 139 | 147 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.42 |
| HSL | 183.93º | 0.71% | 0.34% | - |
| HSV(B) | 183.93º | 0.83% | 0.58% | - |
| XYZ | 14.9 | 20.78 | 30.83 | - |
| YUV | 105.83 | 151.23 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 147 | 0.83 | 0.05 | 0 | 0.42 | 183.93 | 0.71 | 0.34 |
| Hex | 19 | 8B | 93 | 53 | 5 | 0 | 2A | B8 | 47 | 22 |
| Octal | 31 | 213 | 223 | 123 | 5 | 0 | 52 | 270 | 107 | 42 |
| Binary | 11001 | 10001011 | 10010011 | 1010011 | 101 | 0 | 101010 | 10111000 | 1000111 | 100010 |
Color Harmonies of #198B93
Complementary color
Monochromatic Colors of #198B93
Black with #198B93
Text Example
Text Example
White with #198B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198B93; }
p { color: rgb(25,139,147); }
H1.HeaderClassName
{
color: #198B93;
}
.AnyTagClassName
{
color: #198B93;
}
</style>
background-color css
<style>
a { background-color: #198B93; }
a { background-color: rgb(25,139,147); }
div.DivClassName
{
background-color: #198B93;
}
.BgClassName
{
background-color: #198B93;
}
</style>
border-color css
<style>
span { border-color: #198B93; }
span { border-color: rgb(25,139,147); }
td.TdClassName
{
border-color: #198B93;
}
.TagClassName
{
border-color: #198B93;
}
</style>