Shades of Java #198D9C
Tints of Java #198D9C
RGB
CMYK
RGB Variations
Color information
#198D9C (or 0x198D9C) is known color: Java. HEX triplet: 19, 8D and 9C. RGB value is (25,141,156). Sum of RGB (Red+Green+Blue) = 25+141+156=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #198D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198D9C is #E67263. Grayscale: #6B6B6B. Windows color (decimal): -15102564 or 10259737. OLE color: 10259737.
HSL color Cylindrical-coordinate representation of color #198D9C: hue angle of 186.87º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198D9C is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 141 | 156 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.39 |
| HSL | 186.87º | 0.72% | 0.35% | - |
| HSV(B) | 186.87º | 0.84% | 0.61% | - |
| XYZ | 15.93 | 21.66 | 34.79 | - |
| YUV | 108.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 156 | 0.84 | 0.10 | 0 | 0.39 | 186.87 | 0.72 | 0.35 |
| Hex | 19 | 8D | 9C | 54 | A | 0 | 27 | BB | 48 | 23 |
| Octal | 31 | 215 | 234 | 124 | 12 | 0 | 47 | 273 | 110 | 43 |
| Binary | 11001 | 10001101 | 10011100 | 1010100 | 1010 | 0 | 100111 | 10111011 | 1001000 | 100011 |
Color Harmonies of #198D9C
Complementary color
Monochromatic Colors of #198D9C
Black with #198D9C
Text Example
Text Example
White with #198D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D9C; }
p { color: rgb(25,141,156); }
H1.HeaderClassName
{
color: #198D9C;
}
.AnyTagClassName
{
color: #198D9C;
}
</style>
background-color css
<style>
a { background-color: #198D9C; }
a { background-color: rgb(25,141,156); }
div.DivClassName
{
background-color: #198D9C;
}
.BgClassName
{
background-color: #198D9C;
}
</style>
border-color css
<style>
span { border-color: #198D9C; }
span { border-color: rgb(25,141,156); }
td.TdClassName
{
border-color: #198D9C;
}
.TagClassName
{
border-color: #198D9C;
}
</style>