Shades of Java #199898
Tints of Java #199898
RGB
CMYK
RGB Variations
Color information
#199898 (or 0x199898) is known color: Java. HEX triplet: 19, 98 and 98. RGB value is (25,152,152). Sum of RGB (Red+Green+Blue) = 25+152+152=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #199898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199898 is #E66767. Grayscale: #717171. Windows color (decimal): -15099752 or 10000409. OLE color: 10000409.
HSL color Cylindrical-coordinate representation of color #199898: hue angle of 180º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199898 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 152 | - |
| CMYK | 0.84 | 0 | 0 | 0.40 |
| HSL | 180º | 0.72% | 0.35% | - |
| HSV(B) | 180º | 0.84% | 0.6% | - |
| XYZ | 17.3 | 24.93 | 33.61 | - |
| YUV | 114.03 | 149.42 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 152 | 0.84 | 0 | 0 | 0.40 | 180 | 0.72 | 0.35 |
| Hex | 19 | 98 | 98 | 54 | 0 | 0 | 28 | B4 | 48 | 23 |
| Octal | 31 | 230 | 230 | 124 | 0 | 0 | 50 | 264 | 110 | 43 |
| Binary | 11001 | 10011000 | 10011000 | 1010100 | 0 | 0 | 101000 | 10110100 | 1001000 | 100011 |
Color Harmonies of #199898
Complementary color
Monochromatic Colors of #199898
Black with #199898
Text Example
Text Example
White with #199898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199898; }
p { color: rgb(25,152,152); }
H1.HeaderClassName
{
color: #199898;
}
.AnyTagClassName
{
color: #199898;
}
</style>
background-color css
<style>
a { background-color: #199898; }
a { background-color: rgb(25,152,152); }
div.DivClassName
{
background-color: #199898;
}
.BgClassName
{
background-color: #199898;
}
</style>
border-color css
<style>
span { border-color: #199898; }
span { border-color: rgb(25,152,152); }
td.TdClassName
{
border-color: #199898;
}
.TagClassName
{
border-color: #199898;
}
</style>