Shades of Java #139B90
Tints of Java #139B90
RGB
CMYK
RGB Variations
Color information
#139B90 (or 0x139B90) is known color: Java. HEX triplet: 13, 9B and 90. RGB value is (19,155,144). Sum of RGB (Red+Green+Blue) = 19+155+144=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #139B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B90 is #EC646F. Grayscale: #707070. Windows color (decimal): -15492208 or 9476883. OLE color: 9476883.
HSL color Cylindrical-coordinate representation of color #139B90: hue angle of 175.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B90 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 144 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.39 |
| HSL | 175.15º | 0.78% | 0.34% | - |
| HSV(B) | 175.15º | 0.88% | 0.61% | - |
| XYZ | 17.02 | 25.59 | 30.43 | - |
| YUV | 113.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 144 | 0.88 | 0 | 0.07 | 0.39 | 175.15 | 0.78 | 0.34 |
| Hex | 13 | 9B | 90 | 58 | 0 | 7 | 27 | AF | 4E | 22 |
| Octal | 23 | 233 | 220 | 130 | 0 | 7 | 47 | 257 | 116 | 42 |
| Binary | 10011 | 10011011 | 10010000 | 1011000 | 0 | 111 | 100111 | 10101111 | 1001110 | 100010 |
Color Harmonies of #139B90
Complementary color
Monochromatic Colors of #139B90
Black with #139B90
Text Example
Text Example
White with #139B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B90; }
p { color: rgb(19,155,144); }
H1.HeaderClassName
{
color: #139B90;
}
.AnyTagClassName
{
color: #139B90;
}
</style>
background-color css
<style>
a { background-color: #139B90; }
a { background-color: rgb(19,155,144); }
div.DivClassName
{
background-color: #139B90;
}
.BgClassName
{
background-color: #139B90;
}
</style>
border-color css
<style>
span { border-color: #139B90; }
span { border-color: rgb(19,155,144); }
td.TdClassName
{
border-color: #139B90;
}
.TagClassName
{
border-color: #139B90;
}
</style>