Shades of Java #139889
Tints of Java #139889
RGB
CMYK
RGB Variations
Color information
#139889 (or 0x139889) is known color: Java. HEX triplet: 13, 98 and 89. RGB value is (19,152,137). Sum of RGB (Red+Green+Blue) = 19+152+137=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #139889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139889 is #EC6776. Grayscale: #6E6E6E. Windows color (decimal): -15492983 or 9017363. OLE color: 9017363.
HSL color Cylindrical-coordinate representation of color #139889: hue angle of 173.23º 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 #139889 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 137 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.40 |
| HSL | 173.23º | 0.78% | 0.34% | - |
| HSV(B) | 173.23º | 0.88% | 0.6% | - |
| XYZ | 16.01 | 24.4 | 27.53 | - |
| YUV | 110.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 137 | 0.87 | 0 | 0.10 | 0.40 | 173.23 | 0.78 | 0.34 |
| Hex | 13 | 98 | 89 | 57 | 0 | A | 28 | AD | 4E | 22 |
| Octal | 23 | 230 | 211 | 127 | 0 | 12 | 50 | 255 | 116 | 42 |
| Binary | 10011 | 10011000 | 10001001 | 1010111 | 0 | 1010 | 101000 | 10101101 | 1001110 | 100010 |
Color Harmonies of #139889
Complementary color
Monochromatic Colors of #139889
Black with #139889
Text Example
Text Example
White with #139889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139889; }
p { color: rgb(19,152,137); }
H1.HeaderClassName
{
color: #139889;
}
.AnyTagClassName
{
color: #139889;
}
</style>
background-color css
<style>
a { background-color: #139889; }
a { background-color: rgb(19,152,137); }
div.DivClassName
{
background-color: #139889;
}
.BgClassName
{
background-color: #139889;
}
</style>
border-color css
<style>
span { border-color: #139889; }
span { border-color: rgb(19,152,137); }
td.TdClassName
{
border-color: #139889;
}
.TagClassName
{
border-color: #139889;
}
</style>