Shades of Java #199B8B
Tints of Java #199B8B
RGB
CMYK
RGB Variations
Color information
#199B8B (or 0x199B8B) is known color: Java. HEX triplet: 19, 9B and 8B. RGB value is (25,155,139). Sum of RGB (Red+Green+Blue) = 25+155+139=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #199B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B8B is #E66474. Grayscale: #727272. Windows color (decimal): -15098997 or 9149209. OLE color: 9149209.
HSL color Cylindrical-coordinate representation of color #199B8B: hue angle of 172.62º 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 #199B8B is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 139 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.39 |
| HSL | 172.62º | 0.72% | 0.35% | - |
| HSV(B) | 172.62º | 0.84% | 0.61% | - |
| XYZ | 16.78 | 25.51 | 28.47 | - |
| YUV | 114.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 139 | 0.84 | 0 | 0.10 | 0.39 | 172.62 | 0.72 | 0.35 |
| Hex | 19 | 9B | 8B | 54 | 0 | A | 27 | AD | 48 | 23 |
| Octal | 31 | 233 | 213 | 124 | 0 | 12 | 47 | 255 | 110 | 43 |
| Binary | 11001 | 10011011 | 10001011 | 1010100 | 0 | 1010 | 100111 | 10101101 | 1001000 | 100011 |
Color Harmonies of #199B8B
Complementary color
Monochromatic Colors of #199B8B
Black with #199B8B
Text Example
Text Example
White with #199B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B8B; }
p { color: rgb(25,155,139); }
H1.HeaderClassName
{
color: #199B8B;
}
.AnyTagClassName
{
color: #199B8B;
}
</style>
background-color css
<style>
a { background-color: #199B8B; }
a { background-color: rgb(25,155,139); }
div.DivClassName
{
background-color: #199B8B;
}
.BgClassName
{
background-color: #199B8B;
}
</style>
border-color css
<style>
span { border-color: #199B8B; }
span { border-color: rgb(25,155,139); }
td.TdClassName
{
border-color: #199B8B;
}
.TagClassName
{
border-color: #199B8B;
}
</style>