Shades of Java #199A95
Tints of Java #199A95
RGB
CMYK
RGB Variations
Color information
#199A95 (or 0x199A95) is known color: Java. HEX triplet: 19, 9A and 95. RGB value is (25,154,149). Sum of RGB (Red+Green+Blue) = 25+154+149=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #199A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A95 is #E6656A. Grayscale: #727272. Windows color (decimal): -15099243 or 9804313. OLE color: 9804313.
HSL color Cylindrical-coordinate representation of color #199A95: hue angle of 177.67º 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 #199A95 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 149 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.40 |
| HSL | 177.67º | 0.72% | 0.35% | - |
| HSV(B) | 177.67º | 0.84% | 0.6% | - |
| XYZ | 17.38 | 25.49 | 32.44 | - |
| YUV | 114.86 | 147.26 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 149 | 0.84 | 0 | 0.03 | 0.40 | 177.67 | 0.72 | 0.35 |
| Hex | 19 | 9A | 95 | 54 | 0 | 3 | 28 | B2 | 48 | 23 |
| Octal | 31 | 232 | 225 | 124 | 0 | 3 | 50 | 262 | 110 | 43 |
| Binary | 11001 | 10011010 | 10010101 | 1010100 | 0 | 11 | 101000 | 10110010 | 1001000 | 100011 |
Color Harmonies of #199A95
Complementary color
Monochromatic Colors of #199A95
Black with #199A95
Text Example
Text Example
White with #199A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A95; }
p { color: rgb(25,154,149); }
H1.HeaderClassName
{
color: #199A95;
}
.AnyTagClassName
{
color: #199A95;
}
</style>
background-color css
<style>
a { background-color: #199A95; }
a { background-color: rgb(25,154,149); }
div.DivClassName
{
background-color: #199A95;
}
.BgClassName
{
background-color: #199A95;
}
</style>
border-color css
<style>
span { border-color: #199A95; }
span { border-color: rgb(25,154,149); }
td.TdClassName
{
border-color: #199A95;
}
.TagClassName
{
border-color: #199A95;
}
</style>