Shades of Java #139C90
Tints of Java #139C90
RGB
CMYK
RGB Variations
Color information
#139C90 (or 0x139C90) is known color: Java. HEX triplet: 13, 9C and 90. RGB value is (19,156,144). Sum of RGB (Red+Green+Blue) = 19+156+144=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #139C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C90 is #EC636F. Grayscale: #717171. Windows color (decimal): -15491952 or 9477139. OLE color: 9477139.
HSL color Cylindrical-coordinate representation of color #139C90: hue angle of 174.74º 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 #139C90 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 144 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.39 |
| HSL | 174.74º | 0.78% | 0.34% | - |
| HSV(B) | 174.74º | 0.88% | 0.61% | - |
| XYZ | 17.19 | 25.93 | 30.48 | - |
| YUV | 113.67 | 145.11 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 144 | 0.88 | 0 | 0.08 | 0.39 | 174.74 | 0.78 | 0.34 |
| Hex | 13 | 9C | 90 | 58 | 0 | 8 | 27 | AF | 4E | 22 |
| Octal | 23 | 234 | 220 | 130 | 0 | 10 | 47 | 257 | 116 | 42 |
| Binary | 10011 | 10011100 | 10010000 | 1011000 | 0 | 1000 | 100111 | 10101111 | 1001110 | 100010 |
Color Harmonies of #139C90
Complementary color
Monochromatic Colors of #139C90
Black with #139C90
Text Example
Text Example
White with #139C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C90; }
p { color: rgb(19,156,144); }
H1.HeaderClassName
{
color: #139C90;
}
.AnyTagClassName
{
color: #139C90;
}
</style>
background-color css
<style>
a { background-color: #139C90; }
a { background-color: rgb(19,156,144); }
div.DivClassName
{
background-color: #139C90;
}
.BgClassName
{
background-color: #139C90;
}
</style>
border-color css
<style>
span { border-color: #139C90; }
span { border-color: rgb(19,156,144); }
td.TdClassName
{
border-color: #139C90;
}
.TagClassName
{
border-color: #139C90;
}
</style>