Shades of Java #19998C
Tints of Java #19998C
RGB
CMYK
RGB Variations
Color information
#19998C (or 0x19998C) is known color: Java. HEX triplet: 19, 99 and 8C. RGB value is (25,153,140). Sum of RGB (Red+Green+Blue) = 25+153+140=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #19998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19998C is #E66673. Grayscale: #717171. Windows color (decimal): -15099508 or 9214233. OLE color: 9214233.
HSL color Cylindrical-coordinate representation of color #19998C: hue angle of 173.91º 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 #19998C is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 140 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.4 |
| HSL | 173.91º | 0.72% | 0.35% | - |
| HSV(B) | 173.91º | 0.84% | 0.6% | - |
| XYZ | 16.53 | 24.88 | 28.74 | - |
| YUV | 113.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 140 | 0.84 | 0 | 0.08 | 0.4 | 173.91 | 0.72 | 0.35 |
| Hex | 19 | 99 | 8C | 54 | 0 | 8 | 28 | AE | 48 | 23 |
| Octal | 31 | 231 | 214 | 124 | 0 | 10 | 50 | 256 | 110 | 43 |
| Binary | 11001 | 10011001 | 10001100 | 1010100 | 0 | 1000 | 101000 | 10101110 | 1001000 | 100011 |
Color Harmonies of #19998C
Complementary color
Monochromatic Colors of #19998C
Black with #19998C
Text Example
Text Example
White with #19998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19998C; }
p { color: rgb(25,153,140); }
H1.HeaderClassName
{
color: #19998C;
}
.AnyTagClassName
{
color: #19998C;
}
</style>
background-color css
<style>
a { background-color: #19998C; }
a { background-color: rgb(25,153,140); }
div.DivClassName
{
background-color: #19998C;
}
.BgClassName
{
background-color: #19998C;
}
</style>
border-color css
<style>
span { border-color: #19998C; }
span { border-color: rgb(25,153,140); }
td.TdClassName
{
border-color: #19998C;
}
.TagClassName
{
border-color: #19998C;
}
</style>