Shades of Java #199785
Tints of Java #199785
RGB
CMYK
RGB Variations
Color information
#199785 (or 0x199785) is known color: Java. HEX triplet: 19, 97 and 85. RGB value is (25,151,133). Sum of RGB (Red+Green+Blue) = 25+151+133=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #199785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199785 is #E6687A. Grayscale: #6F6F6F. Windows color (decimal): -15100027 or 8754969. OLE color: 8754969.
HSL color Cylindrical-coordinate representation of color #199785: hue angle of 171.43º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199785 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 151 | 133 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.41 |
| HSL | 171.43º | 0.72% | 0.35% | - |
| HSV(B) | 171.43º | 0.83% | 0.59% | - |
| XYZ | 15.7 | 24.03 | 26 | - |
| YUV | 111.27 | 140.26 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 133 | 0.83 | 0 | 0.12 | 0.41 | 171.43 | 0.72 | 0.35 |
| Hex | 19 | 97 | 85 | 53 | 0 | C | 29 | AB | 48 | 23 |
| Octal | 31 | 227 | 205 | 123 | 0 | 14 | 51 | 253 | 110 | 43 |
| Binary | 11001 | 10010111 | 10000101 | 1010011 | 0 | 1100 | 101001 | 10101011 | 1001000 | 100011 |
Color Harmonies of #199785
Complementary color
Monochromatic Colors of #199785
Black with #199785
Text Example
Text Example
White with #199785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199785; }
p { color: rgb(25,151,133); }
H1.HeaderClassName
{
color: #199785;
}
.AnyTagClassName
{
color: #199785;
}
</style>
background-color css
<style>
a { background-color: #199785; }
a { background-color: rgb(25,151,133); }
div.DivClassName
{
background-color: #199785;
}
.BgClassName
{
background-color: #199785;
}
</style>
border-color css
<style>
span { border-color: #199785; }
span { border-color: rgb(25,151,133); }
td.TdClassName
{
border-color: #199785;
}
.TagClassName
{
border-color: #199785;
}
</style>