Shades of Java #199886
Tints of Java #199886
RGB
CMYK
RGB Variations
Color information
#199886 (or 0x199886) is known color: Java. HEX triplet: 19, 98 and 86. RGB value is (25,152,134). Sum of RGB (Red+Green+Blue) = 25+152+134=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #199886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199886 is #E66779. Grayscale: #6F6F6F. Windows color (decimal): -15099770 or 8820761. OLE color: 8820761.
HSL color Cylindrical-coordinate representation of color #199886: hue angle of 171.5º 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 #199886 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 134 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.40 |
| HSL | 171.5º | 0.72% | 0.35% | - |
| HSV(B) | 171.5º | 0.84% | 0.6% | - |
| XYZ | 15.93 | 24.38 | 26.42 | - |
| YUV | 111.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 134 | 0.84 | 0 | 0.12 | 0.40 | 171.5 | 0.72 | 0.35 |
| Hex | 19 | 98 | 86 | 54 | 0 | C | 28 | AB | 48 | 23 |
| Octal | 31 | 230 | 206 | 124 | 0 | 14 | 50 | 253 | 110 | 43 |
| Binary | 11001 | 10011000 | 10000110 | 1010100 | 0 | 1100 | 101000 | 10101011 | 1001000 | 100011 |
Color Harmonies of #199886
Complementary color
Monochromatic Colors of #199886
Black with #199886
Text Example
Text Example
White with #199886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199886; }
p { color: rgb(25,152,134); }
H1.HeaderClassName
{
color: #199886;
}
.AnyTagClassName
{
color: #199886;
}
</style>
background-color css
<style>
a { background-color: #199886; }
a { background-color: rgb(25,152,134); }
div.DivClassName
{
background-color: #199886;
}
.BgClassName
{
background-color: #199886;
}
</style>
border-color css
<style>
span { border-color: #199886; }
span { border-color: rgb(25,152,134); }
td.TdClassName
{
border-color: #199886;
}
.TagClassName
{
border-color: #199886;
}
</style>