Shades of Java #139490
Tints of Java #139490
RGB
CMYK
RGB Variations
Color information
#139490 (or 0x139490) is known color: Java. HEX triplet: 13, 94 and 90. RGB value is (19,148,144). Sum of RGB (Red+Green+Blue) = 19+148+144=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #139490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139490 is #EC6B6F. Grayscale: #6C6C6C. Windows color (decimal): -15494000 or 9475091. OLE color: 9475091.
HSL color Cylindrical-coordinate representation of color #139490: hue angle of 178.14º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139490 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 144 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.42 |
| HSL | 178.14º | 0.77% | 0.33% | - |
| HSV(B) | 178.14º | 0.87% | 0.58% | - |
| XYZ | 15.89 | 23.33 | 30.05 | - |
| YUV | 108.97 | 147.76 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 144 | 0.87 | 0 | 0.03 | 0.42 | 178.14 | 0.77 | 0.33 |
| Hex | 13 | 94 | 90 | 57 | 0 | 3 | 2A | B2 | 4D | 21 |
| Octal | 23 | 224 | 220 | 127 | 0 | 3 | 52 | 262 | 115 | 41 |
| Binary | 10011 | 10010100 | 10010000 | 1010111 | 0 | 11 | 101010 | 10110010 | 1001101 | 100001 |
Color Harmonies of #139490
Complementary color
Monochromatic Colors of #139490
Black with #139490
Text Example
Text Example
White with #139490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139490; }
p { color: rgb(19,148,144); }
H1.HeaderClassName
{
color: #139490;
}
.AnyTagClassName
{
color: #139490;
}
</style>
background-color css
<style>
a { background-color: #139490; }
a { background-color: rgb(19,148,144); }
div.DivClassName
{
background-color: #139490;
}
.BgClassName
{
background-color: #139490;
}
</style>
border-color css
<style>
span { border-color: #139490; }
span { border-color: rgb(19,148,144); }
td.TdClassName
{
border-color: #139490;
}
.TagClassName
{
border-color: #139490;
}
</style>