Shades of Java #139F96
Tints of Java #139F96
RGB
CMYK
RGB Variations
Color information
#139F96 (or 0x139F96) is known color: Java. HEX triplet: 13, 9F and 96. RGB value is (19,159,150). Sum of RGB (Red+Green+Blue) = 19+159+150=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #139F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139F96 is #EC6069. Grayscale: #747474. Windows color (decimal): -15491178 or 9871123. OLE color: 9871123.
HSL color Cylindrical-coordinate representation of color #139F96: hue angle of 176.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F96 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 150 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.38 |
| HSL | 176.14º | 0.79% | 0.35% | - |
| HSV(B) | 176.14º | 0.88% | 0.62% | - |
| XYZ | 18.17 | 27.14 | 33.13 | - |
| YUV | 116.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 150 | 0.88 | 0 | 0.06 | 0.38 | 176.14 | 0.79 | 0.35 |
| Hex | 13 | 9F | 96 | 58 | 0 | 6 | 26 | B0 | 4F | 23 |
| Octal | 23 | 237 | 226 | 130 | 0 | 6 | 46 | 260 | 117 | 43 |
| Binary | 10011 | 10011111 | 10010110 | 1011000 | 0 | 110 | 100110 | 10110000 | 1001111 | 100011 |
Color Harmonies of #139F96
Complementary color
Monochromatic Colors of #139F96
Black with #139F96
Text Example
Text Example
White with #139F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F96; }
p { color: rgb(19,159,150); }
H1.HeaderClassName
{
color: #139F96;
}
.AnyTagClassName
{
color: #139F96;
}
</style>
background-color css
<style>
a { background-color: #139F96; }
a { background-color: rgb(19,159,150); }
div.DivClassName
{
background-color: #139F96;
}
.BgClassName
{
background-color: #139F96;
}
</style>
border-color css
<style>
span { border-color: #139F96; }
span { border-color: rgb(19,159,150); }
td.TdClassName
{
border-color: #139F96;
}
.TagClassName
{
border-color: #139F96;
}
</style>