Shades of Java #199B9A
Tints of Java #199B9A
RGB
CMYK
RGB Variations
Color information
#199B9A (or 0x199B9A) is known color: Java. HEX triplet: 19, 9B and 9A. RGB value is (25,155,154). Sum of RGB (Red+Green+Blue) = 25+155+154=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #199B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B9A is #E66465. Grayscale: #737373. Windows color (decimal): -15098982 or 10132249. OLE color: 10132249.
HSL color Cylindrical-coordinate representation of color #199B9A: hue angle of 179.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B9A is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 154 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.39 |
| HSL | 179.54º | 0.72% | 0.35% | - |
| HSV(B) | 179.54º | 0.84% | 0.61% | - |
| XYZ | 17.95 | 25.98 | 34.64 | - |
| YUV | 116.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 154 | 0.84 | 0 | 0.01 | 0.39 | 179.54 | 0.72 | 0.35 |
| Hex | 19 | 9B | 9A | 54 | 0 | 1 | 27 | B4 | 48 | 23 |
| Octal | 31 | 233 | 232 | 124 | 0 | 1 | 47 | 264 | 110 | 43 |
| Binary | 11001 | 10011011 | 10011010 | 1010100 | 0 | 1 | 100111 | 10110100 | 1001000 | 100011 |
Color Harmonies of #199B9A
Complementary color
Monochromatic Colors of #199B9A
Black with #199B9A
Text Example
Text Example
White with #199B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B9A; }
p { color: rgb(25,155,154); }
H1.HeaderClassName
{
color: #199B9A;
}
.AnyTagClassName
{
color: #199B9A;
}
</style>
background-color css
<style>
a { background-color: #199B9A; }
a { background-color: rgb(25,155,154); }
div.DivClassName
{
background-color: #199B9A;
}
.BgClassName
{
background-color: #199B9A;
}
</style>
border-color css
<style>
span { border-color: #199B9A; }
span { border-color: rgb(25,155,154); }
td.TdClassName
{
border-color: #199B9A;
}
.TagClassName
{
border-color: #199B9A;
}
</style>