Shades of Java #199B9C
Tints of Java #199B9C
RGB
CMYK
RGB Variations
Color information
#199B9C (or 0x199B9C) is known color: Java. HEX triplet: 19, 9B and 9C. RGB value is (25,155,156). Sum of RGB (Red+Green+Blue) = 25+155+156=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #199B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B9C is #E66463. Grayscale: #747474. Windows color (decimal): -15098980 or 10263321. OLE color: 10263321.
HSL color Cylindrical-coordinate representation of color #199B9C: hue angle of 180.46º 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 #199B9C is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 156 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.39 |
| HSL | 180.46º | 0.72% | 0.35% | - |
| HSV(B) | 180.46º | 0.84% | 0.61% | - |
| XYZ | 18.12 | 26.05 | 35.53 | - |
| YUV | 116.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 156 | 0.84 | 0.01 | 0 | 0.39 | 180.46 | 0.72 | 0.35 |
| Hex | 19 | 9B | 9C | 54 | 1 | 0 | 27 | B4 | 48 | 23 |
| Octal | 31 | 233 | 234 | 124 | 1 | 0 | 47 | 264 | 110 | 43 |
| Binary | 11001 | 10011011 | 10011100 | 1010100 | 1 | 0 | 100111 | 10110100 | 1001000 | 100011 |
Color Harmonies of #199B9C
Complementary color
Monochromatic Colors of #199B9C
Black with #199B9C
Text Example
Text Example
White with #199B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B9C; }
p { color: rgb(25,155,156); }
H1.HeaderClassName
{
color: #199B9C;
}
.AnyTagClassName
{
color: #199B9C;
}
</style>
background-color css
<style>
a { background-color: #199B9C; }
a { background-color: rgb(25,155,156); }
div.DivClassName
{
background-color: #199B9C;
}
.BgClassName
{
background-color: #199B9C;
}
</style>
border-color css
<style>
span { border-color: #199B9C; }
span { border-color: rgb(25,155,156); }
td.TdClassName
{
border-color: #199B9C;
}
.TagClassName
{
border-color: #199B9C;
}
</style>