Shades of Java #199994
Tints of Java #199994
RGB
CMYK
RGB Variations
Color information
#199994 (or 0x199994) is known color: Java. HEX triplet: 19, 99 and 94. RGB value is (25,153,148). Sum of RGB (Red+Green+Blue) = 25+153+148=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #199994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199994 is #E6666B. Grayscale: #727272. Windows color (decimal): -15099500 or 9738521. OLE color: 9738521.
HSL color Cylindrical-coordinate representation of color #199994: hue angle of 177.66º 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 #199994 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 148 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.4 |
| HSL | 177.66º | 0.72% | 0.35% | - |
| HSV(B) | 177.66º | 0.84% | 0.6% | - |
| XYZ | 17.14 | 25.13 | 31.96 | - |
| YUV | 114.16 | 147.09 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 148 | 0.84 | 0 | 0.03 | 0.4 | 177.66 | 0.72 | 0.35 |
| Hex | 19 | 99 | 94 | 54 | 0 | 3 | 28 | B2 | 48 | 23 |
| Octal | 31 | 231 | 224 | 124 | 0 | 3 | 50 | 262 | 110 | 43 |
| Binary | 11001 | 10011001 | 10010100 | 1010100 | 0 | 11 | 101000 | 10110010 | 1001000 | 100011 |
Color Harmonies of #199994
Complementary color
Monochromatic Colors of #199994
Black with #199994
Text Example
Text Example
White with #199994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199994; }
p { color: rgb(25,153,148); }
H1.HeaderClassName
{
color: #199994;
}
.AnyTagClassName
{
color: #199994;
}
</style>
background-color css
<style>
a { background-color: #199994; }
a { background-color: rgb(25,153,148); }
div.DivClassName
{
background-color: #199994;
}
.BgClassName
{
background-color: #199994;
}
</style>
border-color css
<style>
span { border-color: #199994; }
span { border-color: rgb(25,153,148); }
td.TdClassName
{
border-color: #199994;
}
.TagClassName
{
border-color: #199994;
}
</style>