Shades of Java #198B90
Tints of Java #198B90
RGB
CMYK
RGB Variations
Color information
#198B90 (or 0x198B90) is known color: Java. HEX triplet: 19, 8B and 90. RGB value is (25,139,144). Sum of RGB (Red+Green+Blue) = 25+139+144=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #198B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B90 is #E6746F. Grayscale: #696969. Windows color (decimal): -15103088 or 9472793. OLE color: 9472793.
HSL color Cylindrical-coordinate representation of color #198B90: hue angle of 182.52º 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 #198B90 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 139 | 144 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.44 |
| HSL | 182.52º | 0.7% | 0.33% | - |
| HSV(B) | 182.52º | 0.83% | 0.56% | - |
| XYZ | 14.67 | 20.69 | 29.61 | - |
| YUV | 105.48 | 149.73 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 144 | 0.83 | 0.03 | 0 | 0.44 | 182.52 | 0.7 | 0.33 |
| Hex | 19 | 8B | 90 | 53 | 3 | 0 | 2C | B7 | 46 | 21 |
| Octal | 31 | 213 | 220 | 123 | 3 | 0 | 54 | 267 | 106 | 41 |
| Binary | 11001 | 10001011 | 10010000 | 1010011 | 11 | 0 | 101100 | 10110111 | 1000110 | 100001 |
Color Harmonies of #198B90
Complementary color
Monochromatic Colors of #198B90
Black with #198B90
Text Example
Text Example
White with #198B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198B90; }
p { color: rgb(25,139,144); }
H1.HeaderClassName
{
color: #198B90;
}
.AnyTagClassName
{
color: #198B90;
}
</style>
background-color css
<style>
a { background-color: #198B90; }
a { background-color: rgb(25,139,144); }
div.DivClassName
{
background-color: #198B90;
}
.BgClassName
{
background-color: #198B90;
}
</style>
border-color css
<style>
span { border-color: #198B90; }
span { border-color: rgb(25,139,144); }
td.TdClassName
{
border-color: #198B90;
}
.TagClassName
{
border-color: #198B90;
}
</style>