Shades of Java #139996
Tints of Java #139996
RGB
CMYK
RGB Variations
Color information
#139996 (or 0x139996) is known color: Java. HEX triplet: 13, 99 and 96. RGB value is (19,153,150). Sum of RGB (Red+Green+Blue) = 19+153+150=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #139996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139996 is #EC6669. Grayscale: #707070. Windows color (decimal): -15492714 or 9869587. OLE color: 9869587.
HSL color Cylindrical-coordinate representation of color #139996: hue angle of 178.66º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139996 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 150 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.4 |
| HSL | 178.66º | 0.78% | 0.34% | - |
| HSV(B) | 178.66º | 0.88% | 0.6% | - |
| XYZ | 17.16 | 25.12 | 32.8 | - |
| YUV | 112.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 150 | 0.88 | 0 | 0.02 | 0.4 | 178.66 | 0.78 | 0.34 |
| Hex | 13 | 99 | 96 | 58 | 0 | 2 | 28 | B3 | 4E | 22 |
| Octal | 23 | 231 | 226 | 130 | 0 | 2 | 50 | 263 | 116 | 42 |
| Binary | 10011 | 10011001 | 10010110 | 1011000 | 0 | 10 | 101000 | 10110011 | 1001110 | 100010 |
Color Harmonies of #139996
Complementary color
Monochromatic Colors of #139996
Black with #139996
Text Example
Text Example
White with #139996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139996; }
p { color: rgb(19,153,150); }
H1.HeaderClassName
{
color: #139996;
}
.AnyTagClassName
{
color: #139996;
}
</style>
background-color css
<style>
a { background-color: #139996; }
a { background-color: rgb(19,153,150); }
div.DivClassName
{
background-color: #139996;
}
.BgClassName
{
background-color: #139996;
}
</style>
border-color css
<style>
span { border-color: #139996; }
span { border-color: rgb(19,153,150); }
td.TdClassName
{
border-color: #139996;
}
.TagClassName
{
border-color: #139996;
}
</style>