Shades of Java #198A91
Tints of Java #198A91
RGB
CMYK
RGB Variations
Color information
#198A91 (or 0x198A91) is known color: Java. HEX triplet: 19, 8A and 91. RGB value is (25,138,145). Sum of RGB (Red+Green+Blue) = 25+138+145=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #198A91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198A91 is #E6756E. Grayscale: #686868. Windows color (decimal): -15103343 or 9538073. OLE color: 9538073.
HSL color Cylindrical-coordinate representation of color #198A91: hue angle of 183.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 #198A91 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 138 | 145 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.43 |
| HSL | 183.5º | 0.71% | 0.33% | - |
| HSV(B) | 183.5º | 0.83% | 0.57% | - |
| XYZ | 14.6 | 20.43 | 29.96 | - |
| YUV | 105.01 | 150.56 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 145 | 0.83 | 0.05 | 0 | 0.43 | 183.5 | 0.71 | 0.33 |
| Hex | 19 | 8A | 91 | 53 | 5 | 0 | 2B | B8 | 47 | 21 |
| Octal | 31 | 212 | 221 | 123 | 5 | 0 | 53 | 270 | 107 | 41 |
| Binary | 11001 | 10001010 | 10010001 | 1010011 | 101 | 0 | 101011 | 10111000 | 1000111 | 100001 |
Color Harmonies of #198A91
Complementary color
Monochromatic Colors of #198A91
Black with #198A91
Text Example
Text Example
White with #198A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198A91; }
p { color: rgb(25,138,145); }
H1.HeaderClassName
{
color: #198A91;
}
.AnyTagClassName
{
color: #198A91;
}
</style>
background-color css
<style>
a { background-color: #198A91; }
a { background-color: rgb(25,138,145); }
div.DivClassName
{
background-color: #198A91;
}
.BgClassName
{
background-color: #198A91;
}
</style>
border-color css
<style>
span { border-color: #198A91; }
span { border-color: rgb(25,138,145); }
td.TdClassName
{
border-color: #198A91;
}
.TagClassName
{
border-color: #198A91;
}
</style>