Shades of Java #199582
Tints of Java #199582
RGB
CMYK
RGB Variations
Color information
#199582 (or 0x199582) is known color: Java. HEX triplet: 19, 95 and 82. RGB value is (25,149,130). Sum of RGB (Red+Green+Blue) = 25+149+130=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #199582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199582 is #E66A7D. Grayscale: #6D6D6D. Windows color (decimal): -15100542 or 8557849. OLE color: 8557849.
HSL color Cylindrical-coordinate representation of color #199582: hue angle of 170.81º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199582 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 130 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.42 |
| HSL | 170.81º | 0.71% | 0.34% | - |
| HSV(B) | 170.81º | 0.83% | 0.58% | - |
| XYZ | 15.18 | 23.31 | 24.82 | - |
| YUV | 109.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 130 | 0.83 | 0 | 0.13 | 0.42 | 170.81 | 0.71 | 0.34 |
| Hex | 19 | 95 | 82 | 53 | 0 | D | 2A | AB | 47 | 22 |
| Octal | 31 | 225 | 202 | 123 | 0 | 15 | 52 | 253 | 107 | 42 |
| Binary | 11001 | 10010101 | 10000010 | 1010011 | 0 | 1101 | 101010 | 10101011 | 1000111 | 100010 |
Color Harmonies of #199582
Complementary color
Monochromatic Colors of #199582
Black with #199582
Text Example
Text Example
White with #199582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199582; }
p { color: rgb(25,149,130); }
H1.HeaderClassName
{
color: #199582;
}
.AnyTagClassName
{
color: #199582;
}
</style>
background-color css
<style>
a { background-color: #199582; }
a { background-color: rgb(25,149,130); }
div.DivClassName
{
background-color: #199582;
}
.BgClassName
{
background-color: #199582;
}
</style>
border-color css
<style>
span { border-color: #199582; }
span { border-color: rgb(25,149,130); }
td.TdClassName
{
border-color: #199582;
}
.TagClassName
{
border-color: #199582;
}
</style>