Shades of Java #199C98
Tints of Java #199C98
RGB
CMYK
RGB Variations
Color information
#199C98 (or 0x199C98) is known color: Java. HEX triplet: 19, 9C and 98. RGB value is (25,156,152). Sum of RGB (Red+Green+Blue) = 25+156+152=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #199C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C98 is #E66367. Grayscale: #747474. Windows color (decimal): -15098728 or 10001433. OLE color: 10001433.
HSL color Cylindrical-coordinate representation of color #199C98: hue angle of 178.17º 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 #199C98 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 152 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.39 |
| HSL | 178.17º | 0.72% | 0.35% | - |
| HSV(B) | 178.17º | 0.84% | 0.61% | - |
| XYZ | 17.96 | 26.25 | 33.83 | - |
| YUV | 116.38 | 148.1 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 152 | 0.84 | 0 | 0.03 | 0.39 | 178.17 | 0.72 | 0.35 |
| Hex | 19 | 9C | 98 | 54 | 0 | 3 | 27 | B2 | 48 | 23 |
| Octal | 31 | 234 | 230 | 124 | 0 | 3 | 47 | 262 | 110 | 43 |
| Binary | 11001 | 10011100 | 10011000 | 1010100 | 0 | 11 | 100111 | 10110010 | 1001000 | 100011 |
Color Harmonies of #199C98
Complementary color
Monochromatic Colors of #199C98
Black with #199C98
Text Example
Text Example
White with #199C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C98; }
p { color: rgb(25,156,152); }
H1.HeaderClassName
{
color: #199C98;
}
.AnyTagClassName
{
color: #199C98;
}
</style>
background-color css
<style>
a { background-color: #199C98; }
a { background-color: rgb(25,156,152); }
div.DivClassName
{
background-color: #199C98;
}
.BgClassName
{
background-color: #199C98;
}
</style>
border-color css
<style>
span { border-color: #199C98; }
span { border-color: rgb(25,156,152); }
td.TdClassName
{
border-color: #199C98;
}
.TagClassName
{
border-color: #199C98;
}
</style>