Shades of Java #199C8A
Tints of Java #199C8A
RGB
CMYK
RGB Variations
Color information
#199C8A (or 0x199C8A) is known color: Java. HEX triplet: 19, 9C and 8A. RGB value is (25,156,138). Sum of RGB (Red+Green+Blue) = 25+156+138=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #199C8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C8A is #E66375. Grayscale: #727272. Windows color (decimal): -15098742 or 9083929. OLE color: 9083929.
HSL color Cylindrical-coordinate representation of color #199C8A: hue angle of 171.76º 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 #199C8A is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 138 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.39 |
| HSL | 171.76º | 0.72% | 0.35% | - |
| HSV(B) | 171.76º | 0.84% | 0.61% | - |
| XYZ | 16.88 | 25.82 | 28.14 | - |
| YUV | 114.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 138 | 0.84 | 0 | 0.12 | 0.39 | 171.76 | 0.72 | 0.35 |
| Hex | 19 | 9C | 8A | 54 | 0 | C | 27 | AC | 48 | 23 |
| Octal | 31 | 234 | 212 | 124 | 0 | 14 | 47 | 254 | 110 | 43 |
| Binary | 11001 | 10011100 | 10001010 | 1010100 | 0 | 1100 | 100111 | 10101100 | 1001000 | 100011 |
Color Harmonies of #199C8A
Complementary color
Monochromatic Colors of #199C8A
Black with #199C8A
Text Example
Text Example
White with #199C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C8A; }
p { color: rgb(25,156,138); }
H1.HeaderClassName
{
color: #199C8A;
}
.AnyTagClassName
{
color: #199C8A;
}
</style>
background-color css
<style>
a { background-color: #199C8A; }
a { background-color: rgb(25,156,138); }
div.DivClassName
{
background-color: #199C8A;
}
.BgClassName
{
background-color: #199C8A;
}
</style>
border-color css
<style>
span { border-color: #199C8A; }
span { border-color: rgb(25,156,138); }
td.TdClassName
{
border-color: #199C8A;
}
.TagClassName
{
border-color: #199C8A;
}
</style>