Shades of Java #199E8F
Tints of Java #199E8F
RGB
CMYK
RGB Variations
Color information
#199E8F (or 0x199E8F) is known color: Java. HEX triplet: 19, 9E and 8F. RGB value is (25,158,143). Sum of RGB (Red+Green+Blue) = 25+158+143=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #199E8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199E8F is #E66170. Grayscale: #747474. Windows color (decimal): -15098225 or 9412121. OLE color: 9412121.
HSL color Cylindrical-coordinate representation of color #199E8F: hue angle of 173.23º 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 #199E8F is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 158 | 143 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.38 |
| HSL | 173.23º | 0.73% | 0.36% | - |
| HSV(B) | 173.23º | 0.84% | 0.62% | - |
| XYZ | 17.59 | 26.64 | 30.2 | - |
| YUV | 116.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 143 | 0.84 | 0 | 0.09 | 0.38 | 173.23 | 0.73 | 0.36 |
| Hex | 19 | 9E | 8F | 54 | 0 | 9 | 26 | AD | 49 | 24 |
| Octal | 31 | 236 | 217 | 124 | 0 | 11 | 46 | 255 | 111 | 44 |
| Binary | 11001 | 10011110 | 10001111 | 1010100 | 0 | 1001 | 100110 | 10101101 | 1001001 | 100100 |
Color Harmonies of #199E8F
Complementary color
Monochromatic Colors of #199E8F
Black with #199E8F
Text Example
Text Example
White with #199E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199E8F; }
p { color: rgb(25,158,143); }
H1.HeaderClassName
{
color: #199E8F;
}
.AnyTagClassName
{
color: #199E8F;
}
</style>
background-color css
<style>
a { background-color: #199E8F; }
a { background-color: rgb(25,158,143); }
div.DivClassName
{
background-color: #199E8F;
}
.BgClassName
{
background-color: #199E8F;
}
</style>
border-color css
<style>
span { border-color: #199E8F; }
span { border-color: rgb(25,158,143); }
td.TdClassName
{
border-color: #199E8F;
}
.TagClassName
{
border-color: #199E8F;
}
</style>