Shades of Java #139B8E
Tints of Java #139B8E
RGB
CMYK
RGB Variations
Color information
#139B8E (or 0x139B8E) is known color: Java. HEX triplet: 13, 9B and 8E. RGB value is (19,155,142). Sum of RGB (Red+Green+Blue) = 19+155+142=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #139B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B8E is #EC6471. Grayscale: #707070. Windows color (decimal): -15492210 or 9345811. OLE color: 9345811.
HSL color Cylindrical-coordinate representation of color #139B8E: hue angle of 174.26º 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 #139B8E is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 142 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.39 |
| HSL | 174.26º | 0.78% | 0.34% | - |
| HSV(B) | 174.26º | 0.88% | 0.61% | - |
| XYZ | 16.87 | 25.53 | 29.63 | - |
| YUV | 112.85 | 144.44 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 142 | 0.88 | 0 | 0.08 | 0.39 | 174.26 | 0.78 | 0.34 |
| Hex | 13 | 9B | 8E | 58 | 0 | 8 | 27 | AE | 4E | 22 |
| Octal | 23 | 233 | 216 | 130 | 0 | 10 | 47 | 256 | 116 | 42 |
| Binary | 10011 | 10011011 | 10001110 | 1011000 | 0 | 1000 | 100111 | 10101110 | 1001110 | 100010 |
Color Harmonies of #139B8E
Complementary color
Monochromatic Colors of #139B8E
Black with #139B8E
Text Example
Text Example
White with #139B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B8E; }
p { color: rgb(19,155,142); }
H1.HeaderClassName
{
color: #139B8E;
}
.AnyTagClassName
{
color: #139B8E;
}
</style>
background-color css
<style>
a { background-color: #139B8E; }
a { background-color: rgb(19,155,142); }
div.DivClassName
{
background-color: #139B8E;
}
.BgClassName
{
background-color: #139B8E;
}
</style>
border-color css
<style>
span { border-color: #139B8E; }
span { border-color: rgb(19,155,142); }
td.TdClassName
{
border-color: #139B8E;
}
.TagClassName
{
border-color: #139B8E;
}
</style>