Shades of Java #19928E
Tints of Java #19928E
RGB
CMYK
RGB Variations
Color information
#19928E (or 0x19928E) is known color: Java. HEX triplet: 19, 92 and 8E. RGB value is (25,146,142). Sum of RGB (Red+Green+Blue) = 25+146+142=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #19928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19928E is #E66D71. Grayscale: #6D6D6D. Windows color (decimal): -15101298 or 9343513. OLE color: 9343513.
HSL color Cylindrical-coordinate representation of color #19928E: hue angle of 178.02º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19928E is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 142 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.43 |
| HSL | 178.02º | 0.71% | 0.34% | - |
| HSV(B) | 178.02º | 0.83% | 0.57% | - |
| XYZ | 15.56 | 22.72 | 29.16 | - |
| YUV | 109.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 142 | 0.83 | 0 | 0.03 | 0.43 | 178.02 | 0.71 | 0.34 |
| Hex | 19 | 92 | 8E | 53 | 0 | 3 | 2B | B2 | 47 | 22 |
| Octal | 31 | 222 | 216 | 123 | 0 | 3 | 53 | 262 | 107 | 42 |
| Binary | 11001 | 10010010 | 10001110 | 1010011 | 0 | 11 | 101011 | 10110010 | 1000111 | 100010 |
Color Harmonies of #19928E
Complementary color
Monochromatic Colors of #19928E
Black with #19928E
Text Example
Text Example
White with #19928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19928E; }
p { color: rgb(25,146,142); }
H1.HeaderClassName
{
color: #19928E;
}
.AnyTagClassName
{
color: #19928E;
}
</style>
background-color css
<style>
a { background-color: #19928E; }
a { background-color: rgb(25,146,142); }
div.DivClassName
{
background-color: #19928E;
}
.BgClassName
{
background-color: #19928E;
}
</style>
border-color css
<style>
span { border-color: #19928E; }
span { border-color: rgb(25,146,142); }
td.TdClassName
{
border-color: #19928E;
}
.TagClassName
{
border-color: #19928E;
}
</style>