Shades of Java #19928F
Tints of Java #19928F
RGB
CMYK
RGB Variations
Color information
#19928F (or 0x19928F) is known color: Java. HEX triplet: 19, 92 and 8F. RGB value is (25,146,143). Sum of RGB (Red+Green+Blue) = 25+146+143=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #19928F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19928F is #E66D70. Grayscale: #6D6D6D. Windows color (decimal): -15101297 or 9409049. OLE color: 9409049.
HSL color Cylindrical-coordinate representation of color #19928F: hue angle of 178.51º 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 #19928F is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 143 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.43 |
| HSL | 178.51º | 0.71% | 0.34% | - |
| HSV(B) | 178.51º | 0.83% | 0.57% | - |
| XYZ | 15.64 | 22.75 | 29.55 | - |
| YUV | 109.48 | 146.91 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 143 | 0.83 | 0 | 0.02 | 0.43 | 178.51 | 0.71 | 0.34 |
| Hex | 19 | 92 | 8F | 53 | 0 | 2 | 2B | B3 | 47 | 22 |
| Octal | 31 | 222 | 217 | 123 | 0 | 2 | 53 | 263 | 107 | 42 |
| Binary | 11001 | 10010010 | 10001111 | 1010011 | 0 | 10 | 101011 | 10110011 | 1000111 | 100010 |
Color Harmonies of #19928F
Complementary color
Monochromatic Colors of #19928F
Black with #19928F
Text Example
Text Example
White with #19928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19928F; }
p { color: rgb(25,146,143); }
H1.HeaderClassName
{
color: #19928F;
}
.AnyTagClassName
{
color: #19928F;
}
</style>
background-color css
<style>
a { background-color: #19928F; }
a { background-color: rgb(25,146,143); }
div.DivClassName
{
background-color: #19928F;
}
.BgClassName
{
background-color: #19928F;
}
</style>
border-color css
<style>
span { border-color: #19928F; }
span { border-color: rgb(25,146,143); }
td.TdClassName
{
border-color: #19928F;
}
.TagClassName
{
border-color: #19928F;
}
</style>