Shades of Java #199384
Tints of Java #199384
RGB
CMYK
RGB Variations
Color information
#199384 (or 0x199384) is known color: Java. HEX triplet: 19, 93 and 84. RGB value is (25,147,132). Sum of RGB (Red+Green+Blue) = 25+147+132=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #199384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199384 is #E66C7B. Grayscale: #6C6C6C. Windows color (decimal): -15101052 or 8688409. OLE color: 8688409.
HSL color Cylindrical-coordinate representation of color #199384: hue angle of 172.62º 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 #199384 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 132 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.42 |
| HSL | 172.62º | 0.71% | 0.34% | - |
| HSV(B) | 172.62º | 0.83% | 0.58% | - |
| XYZ | 15 | 22.74 | 25.43 | - |
| YUV | 108.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 132 | 0.83 | 0 | 0.10 | 0.42 | 172.62 | 0.71 | 0.34 |
| Hex | 19 | 93 | 84 | 53 | 0 | A | 2A | AD | 47 | 22 |
| Octal | 31 | 223 | 204 | 123 | 0 | 12 | 52 | 255 | 107 | 42 |
| Binary | 11001 | 10010011 | 10000100 | 1010011 | 0 | 1010 | 101010 | 10101101 | 1000111 | 100010 |
Color Harmonies of #199384
Complementary color
Monochromatic Colors of #199384
Black with #199384
Text Example
Text Example
White with #199384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199384; }
p { color: rgb(25,147,132); }
H1.HeaderClassName
{
color: #199384;
}
.AnyTagClassName
{
color: #199384;
}
</style>
background-color css
<style>
a { background-color: #199384; }
a { background-color: rgb(25,147,132); }
div.DivClassName
{
background-color: #199384;
}
.BgClassName
{
background-color: #199384;
}
</style>
border-color css
<style>
span { border-color: #199384; }
span { border-color: rgb(25,147,132); }
td.TdClassName
{
border-color: #199384;
}
.TagClassName
{
border-color: #199384;
}
</style>