Shades of Java #139896
Tints of Java #139896
RGB
CMYK
RGB Variations
Color information
#139896 (or 0x139896) is known color: Java. HEX triplet: 13, 98 and 96. RGB value is (19,152,150). Sum of RGB (Red+Green+Blue) = 19+152+150=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #139896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139896 is #EC6769. Grayscale: #6F6F6F. Windows color (decimal): -15492970 or 9869331. OLE color: 9869331.
HSL color Cylindrical-coordinate representation of color #139896: hue angle of 179.1º 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 #139896 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 150 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.40 |
| HSL | 179.1º | 0.78% | 0.34% | - |
| HSV(B) | 179.1º | 0.88% | 0.6% | - |
| XYZ | 17 | 24.8 | 32.74 | - |
| YUV | 112.01 | 149.44 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 150 | 0.87 | 0 | 0.01 | 0.40 | 179.1 | 0.78 | 0.34 |
| Hex | 13 | 98 | 96 | 57 | 0 | 1 | 28 | B3 | 4E | 22 |
| Octal | 23 | 230 | 226 | 127 | 0 | 1 | 50 | 263 | 116 | 42 |
| Binary | 10011 | 10011000 | 10010110 | 1010111 | 0 | 1 | 101000 | 10110011 | 1001110 | 100010 |
Color Harmonies of #139896
Complementary color
Monochromatic Colors of #139896
Black with #139896
Text Example
Text Example
White with #139896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139896; }
p { color: rgb(19,152,150); }
H1.HeaderClassName
{
color: #139896;
}
.AnyTagClassName
{
color: #139896;
}
</style>
background-color css
<style>
a { background-color: #139896; }
a { background-color: rgb(19,152,150); }
div.DivClassName
{
background-color: #139896;
}
.BgClassName
{
background-color: #139896;
}
</style>
border-color css
<style>
span { border-color: #139896; }
span { border-color: rgb(19,152,150); }
td.TdClassName
{
border-color: #139896;
}
.TagClassName
{
border-color: #139896;
}
</style>