Shades of Java #19988E
Tints of Java #19988E
RGB
CMYK
RGB Variations
Color information
#19988E (or 0x19988E) is known color: Java. HEX triplet: 19, 98 and 8E. RGB value is (25,152,142). Sum of RGB (Red+Green+Blue) = 25+152+142=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #19988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19988E is #E66771. Grayscale: #707070. Windows color (decimal): -15099762 or 9345049. OLE color: 9345049.
HSL color Cylindrical-coordinate representation of color #19988E: hue angle of 175.28º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19988E is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 152 | 142 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.40 |
| HSL | 175.28º | 0.72% | 0.35% | - |
| HSV(B) | 175.28º | 0.84% | 0.6% | - |
| XYZ | 16.51 | 24.62 | 29.47 | - |
| YUV | 112.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 142 | 0.84 | 0 | 0.07 | 0.40 | 175.28 | 0.72 | 0.35 |
| Hex | 19 | 98 | 8E | 54 | 0 | 7 | 28 | AF | 48 | 23 |
| Octal | 31 | 230 | 216 | 124 | 0 | 7 | 50 | 257 | 110 | 43 |
| Binary | 11001 | 10011000 | 10001110 | 1010100 | 0 | 111 | 101000 | 10101111 | 1001000 | 100011 |
Color Harmonies of #19988E
Complementary color
Monochromatic Colors of #19988E
Black with #19988E
Text Example
Text Example
White with #19988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19988E; }
p { color: rgb(25,152,142); }
H1.HeaderClassName
{
color: #19988E;
}
.AnyTagClassName
{
color: #19988E;
}
</style>
background-color css
<style>
a { background-color: #19988E; }
a { background-color: rgb(25,152,142); }
div.DivClassName
{
background-color: #19988E;
}
.BgClassName
{
background-color: #19988E;
}
</style>
border-color css
<style>
span { border-color: #19988E; }
span { border-color: rgb(25,152,142); }
td.TdClassName
{
border-color: #19988E;
}
.TagClassName
{
border-color: #19988E;
}
</style>