Shades of Java #199887
Tints of Java #199887
RGB
CMYK
RGB Variations
Color information
#199887 (or 0x199887) is known color: Java. HEX triplet: 19, 98 and 87. RGB value is (25,152,135). Sum of RGB (Red+Green+Blue) = 25+152+135=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #199887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199887 is #E66778. Grayscale: #707070. Windows color (decimal): -15099769 or 8886297. OLE color: 8886297.
HSL color Cylindrical-coordinate representation of color #199887: hue angle of 171.97º 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 #199887 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 135 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.40 |
| HSL | 171.97º | 0.72% | 0.35% | - |
| HSV(B) | 171.97º | 0.84% | 0.6% | - |
| XYZ | 16 | 24.41 | 26.79 | - |
| YUV | 112.09 | 140.92 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 135 | 0.84 | 0 | 0.11 | 0.40 | 171.97 | 0.72 | 0.35 |
| Hex | 19 | 98 | 87 | 54 | 0 | B | 28 | AC | 48 | 23 |
| Octal | 31 | 230 | 207 | 124 | 0 | 13 | 50 | 254 | 110 | 43 |
| Binary | 11001 | 10011000 | 10000111 | 1010100 | 0 | 1011 | 101000 | 10101100 | 1001000 | 100011 |
Color Harmonies of #199887
Complementary color
Monochromatic Colors of #199887
Black with #199887
Text Example
Text Example
White with #199887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199887; }
p { color: rgb(25,152,135); }
H1.HeaderClassName
{
color: #199887;
}
.AnyTagClassName
{
color: #199887;
}
</style>
background-color css
<style>
a { background-color: #199887; }
a { background-color: rgb(25,152,135); }
div.DivClassName
{
background-color: #199887;
}
.BgClassName
{
background-color: #199887;
}
</style>
border-color css
<style>
span { border-color: #199887; }
span { border-color: rgb(25,152,135); }
td.TdClassName
{
border-color: #199887;
}
.TagClassName
{
border-color: #199887;
}
</style>