Shades of Java #19998F
Tints of Java #19998F
RGB
CMYK
RGB Variations
Color information
#19998F (or 0x19998F) is known color: Java. HEX triplet: 19, 99 and 8F. RGB value is (25,153,143). Sum of RGB (Red+Green+Blue) = 25+153+143=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #19998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19998F is #E66670. Grayscale: #717171. Windows color (decimal): -15099505 or 9410841. OLE color: 9410841.
HSL color Cylindrical-coordinate representation of color #19998F: hue angle of 175.31º 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 #19998F is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 143 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.4 |
| HSL | 175.31º | 0.72% | 0.35% | - |
| HSV(B) | 175.31º | 0.84% | 0.6% | - |
| XYZ | 16.75 | 24.97 | 29.92 | - |
| YUV | 113.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 143 | 0.84 | 0 | 0.07 | 0.4 | 175.31 | 0.72 | 0.35 |
| Hex | 19 | 99 | 8F | 54 | 0 | 7 | 28 | AF | 48 | 23 |
| Octal | 31 | 231 | 217 | 124 | 0 | 7 | 50 | 257 | 110 | 43 |
| Binary | 11001 | 10011001 | 10001111 | 1010100 | 0 | 111 | 101000 | 10101111 | 1001000 | 100011 |
Color Harmonies of #19998F
Complementary color
Monochromatic Colors of #19998F
Black with #19998F
Text Example
Text Example
White with #19998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19998F; }
p { color: rgb(25,153,143); }
H1.HeaderClassName
{
color: #19998F;
}
.AnyTagClassName
{
color: #19998F;
}
</style>
background-color css
<style>
a { background-color: #19998F; }
a { background-color: rgb(25,153,143); }
div.DivClassName
{
background-color: #19998F;
}
.BgClassName
{
background-color: #19998F;
}
</style>
border-color css
<style>
span { border-color: #19998F; }
span { border-color: rgb(25,153,143); }
td.TdClassName
{
border-color: #19998F;
}
.TagClassName
{
border-color: #19998F;
}
</style>