Shades of Java #199A97
Tints of Java #199A97
RGB
CMYK
RGB Variations
Color information
#199A97 (or 0x199A97) is known color: Java. HEX triplet: 19, 9A and 97. RGB value is (25,154,151). Sum of RGB (Red+Green+Blue) = 25+154+151=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #199A97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A97 is #E66568. Grayscale: #727272. Windows color (decimal): -15099241 or 9935385. OLE color: 9935385.
HSL color Cylindrical-coordinate representation of color #199A97: hue angle of 178.6º 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 #199A97 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 151 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.40 |
| HSL | 178.6º | 0.72% | 0.35% | - |
| HSV(B) | 178.6º | 0.84% | 0.6% | - |
| XYZ | 17.54 | 25.55 | 33.29 | - |
| YUV | 115.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 151 | 0.84 | 0 | 0.02 | 0.40 | 178.6 | 0.72 | 0.35 |
| Hex | 19 | 9A | 97 | 54 | 0 | 2 | 28 | B3 | 48 | 23 |
| Octal | 31 | 232 | 227 | 124 | 0 | 2 | 50 | 263 | 110 | 43 |
| Binary | 11001 | 10011010 | 10010111 | 1010100 | 0 | 10 | 101000 | 10110011 | 1001000 | 100011 |
Color Harmonies of #199A97
Complementary color
Monochromatic Colors of #199A97
Black with #199A97
Text Example
Text Example
White with #199A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A97; }
p { color: rgb(25,154,151); }
H1.HeaderClassName
{
color: #199A97;
}
.AnyTagClassName
{
color: #199A97;
}
</style>
background-color css
<style>
a { background-color: #199A97; }
a { background-color: rgb(25,154,151); }
div.DivClassName
{
background-color: #199A97;
}
.BgClassName
{
background-color: #199A97;
}
</style>
border-color css
<style>
span { border-color: #199A97; }
span { border-color: rgb(25,154,151); }
td.TdClassName
{
border-color: #199A97;
}
.TagClassName
{
border-color: #199A97;
}
</style>