Shades of Java #198F90
Tints of Java #198F90
RGB
CMYK
RGB Variations
Color information
#198F90 (or 0x198F90) is known color: Java. HEX triplet: 19, 8F and 90. RGB value is (25,143,144). Sum of RGB (Red+Green+Blue) = 25+143+144=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #198F90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F90 is #E6706F. Grayscale: #6B6B6B. Windows color (decimal): -15102064 or 9473817. OLE color: 9473817.
HSL color Cylindrical-coordinate representation of color #198F90: hue angle of 180.5º 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 #198F90 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 143 | 144 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.44 |
| HSL | 180.5º | 0.7% | 0.33% | - |
| HSV(B) | 180.5º | 0.83% | 0.56% | - |
| XYZ | 15.26 | 21.87 | 29.8 | - |
| YUV | 107.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 144 | 0.83 | 0.01 | 0 | 0.44 | 180.5 | 0.7 | 0.33 |
| Hex | 19 | 8F | 90 | 53 | 1 | 0 | 2C | B5 | 46 | 21 |
| Octal | 31 | 217 | 220 | 123 | 1 | 0 | 54 | 265 | 106 | 41 |
| Binary | 11001 | 10001111 | 10010000 | 1010011 | 1 | 0 | 101100 | 10110101 | 1000110 | 100001 |
Color Harmonies of #198F90
Complementary color
Monochromatic Colors of #198F90
Black with #198F90
Text Example
Text Example
White with #198F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198F90; }
p { color: rgb(25,143,144); }
H1.HeaderClassName
{
color: #198F90;
}
.AnyTagClassName
{
color: #198F90;
}
</style>
background-color css
<style>
a { background-color: #198F90; }
a { background-color: rgb(25,143,144); }
div.DivClassName
{
background-color: #198F90;
}
.BgClassName
{
background-color: #198F90;
}
</style>
border-color css
<style>
span { border-color: #198F90; }
span { border-color: rgb(25,143,144); }
td.TdClassName
{
border-color: #198F90;
}
.TagClassName
{
border-color: #198F90;
}
</style>