Shades of Java #199D9C
Tints of Java #199D9C
RGB
CMYK
RGB Variations
Color information
#199D9C (or 0x199D9C) is known color: Java. HEX triplet: 19, 9D and 9C. RGB value is (25,157,156). Sum of RGB (Red+Green+Blue) = 25+157+156=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #199D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D9C is #E66263. Grayscale: #757575. Windows color (decimal): -15098468 or 10263833. OLE color: 10263833.
HSL color Cylindrical-coordinate representation of color #199D9C: hue angle of 179.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D9C is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 157 | 156 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.38 |
| HSL | 179.55º | 0.73% | 0.36% | - |
| HSV(B) | 179.55º | 0.84% | 0.62% | - |
| XYZ | 18.46 | 26.72 | 35.64 | - |
| YUV | 117.42 | 149.77 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 156 | 0.84 | 0 | 0.01 | 0.38 | 179.55 | 0.73 | 0.36 |
| Hex | 19 | 9D | 9C | 54 | 0 | 1 | 26 | B4 | 49 | 24 |
| Octal | 31 | 235 | 234 | 124 | 0 | 1 | 46 | 264 | 111 | 44 |
| Binary | 11001 | 10011101 | 10011100 | 1010100 | 0 | 1 | 100110 | 10110100 | 1001001 | 100100 |
Color Harmonies of #199D9C
Complementary color
Monochromatic Colors of #199D9C
Black with #199D9C
Text Example
Text Example
White with #199D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199D9C; }
p { color: rgb(25,157,156); }
H1.HeaderClassName
{
color: #199D9C;
}
.AnyTagClassName
{
color: #199D9C;
}
</style>
background-color css
<style>
a { background-color: #199D9C; }
a { background-color: rgb(25,157,156); }
div.DivClassName
{
background-color: #199D9C;
}
.BgClassName
{
background-color: #199D9C;
}
</style>
border-color css
<style>
span { border-color: #199D9C; }
span { border-color: rgb(25,157,156); }
td.TdClassName
{
border-color: #199D9C;
}
.TagClassName
{
border-color: #199D9C;
}
</style>