Shades of Java #199A8A
Tints of Java #199A8A
RGB
CMYK
RGB Variations
Color information
#199A8A (or 0x199A8A) is known color: Java. HEX triplet: 19, 9A and 8A. RGB value is (25,154,138). Sum of RGB (Red+Green+Blue) = 25+154+138=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #199A8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A8A is #E66575. Grayscale: #717171. Windows color (decimal): -15099254 or 9083417. OLE color: 9083417.
HSL color Cylindrical-coordinate representation of color #199A8A: hue angle of 172.56º 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 #199A8A is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 154 | 138 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.40 |
| HSL | 172.56º | 0.72% | 0.35% | - |
| HSV(B) | 172.56º | 0.84% | 0.6% | - |
| XYZ | 16.54 | 25.15 | 28.03 | - |
| YUV | 113.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 138 | 0.84 | 0 | 0.10 | 0.40 | 172.56 | 0.72 | 0.35 |
| Hex | 19 | 9A | 8A | 54 | 0 | A | 28 | AD | 48 | 23 |
| Octal | 31 | 232 | 212 | 124 | 0 | 12 | 50 | 255 | 110 | 43 |
| Binary | 11001 | 10011010 | 10001010 | 1010100 | 0 | 1010 | 101000 | 10101101 | 1001000 | 100011 |
Color Harmonies of #199A8A
Complementary color
Monochromatic Colors of #199A8A
Black with #199A8A
Text Example
Text Example
White with #199A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199A8A; }
p { color: rgb(25,154,138); }
H1.HeaderClassName
{
color: #199A8A;
}
.AnyTagClassName
{
color: #199A8A;
}
</style>
background-color css
<style>
a { background-color: #199A8A; }
a { background-color: rgb(25,154,138); }
div.DivClassName
{
background-color: #199A8A;
}
.BgClassName
{
background-color: #199A8A;
}
</style>
border-color css
<style>
span { border-color: #199A8A; }
span { border-color: rgb(25,154,138); }
td.TdClassName
{
border-color: #199A8A;
}
.TagClassName
{
border-color: #199A8A;
}
</style>