Shades of Java #199F9F
Tints of Java #199F9F
RGB
CMYK
RGB Variations
Color information
#199F9F (or 0x199F9F) is known color: Java. HEX triplet: 19, 9F and 9F. RGB value is (25,159,159). Sum of RGB (Red+Green+Blue) = 25+159+159=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #199F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199F9F is #E66060. Grayscale: #767676. Windows color (decimal): -15097953 or 10460953. OLE color: 10460953.
HSL color Cylindrical-coordinate representation of color #199F9F: hue angle of 180º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199F9F is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 159 | - |
| CMYK | 0.84 | 0 | 0 | 0.38 |
| HSL | 180º | 0.73% | 0.36% | - |
| HSV(B) | 180º | 0.84% | 0.62% | - |
| XYZ | 19.06 | 27.51 | 37.11 | - |
| YUV | 118.93 | 150.61 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 159 | 0.84 | 0 | 0 | 0.38 | 180 | 0.73 | 0.36 |
| Hex | 19 | 9F | 9F | 54 | 0 | 0 | 26 | B4 | 49 | 24 |
| Octal | 31 | 237 | 237 | 124 | 0 | 0 | 46 | 264 | 111 | 44 |
| Binary | 11001 | 10011111 | 10011111 | 1010100 | 0 | 0 | 100110 | 10110100 | 1001001 | 100100 |
Color Harmonies of #199F9F
Complementary color
Monochromatic Colors of #199F9F
Black with #199F9F
Text Example
Text Example
White with #199F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F9F; }
p { color: rgb(25,159,159); }
H1.HeaderClassName
{
color: #199F9F;
}
.AnyTagClassName
{
color: #199F9F;
}
</style>
background-color css
<style>
a { background-color: #199F9F; }
a { background-color: rgb(25,159,159); }
div.DivClassName
{
background-color: #199F9F;
}
.BgClassName
{
background-color: #199F9F;
}
</style>
border-color css
<style>
span { border-color: #199F9F; }
span { border-color: rgb(25,159,159); }
td.TdClassName
{
border-color: #199F9F;
}
.TagClassName
{
border-color: #199F9F;
}
</style>