Shades of Java #139D9D
Tints of Java #139D9D
RGB
CMYK
RGB Variations
Color information
#139D9D (or 0x139D9D) is known color: Java. HEX triplet: 13, 9D and 9D. RGB value is (19,157,157). Sum of RGB (Red+Green+Blue) = 19+157+157=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #139D9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139D9D is #EC6262. Grayscale: #737373. Windows color (decimal): -15491683 or 10329363. OLE color: 10329363.
HSL color Cylindrical-coordinate representation of color #139D9D: hue angle of 180º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D9D is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 157 | - |
| CMYK | 0.88 | 0 | 0 | 0.38 |
| HSL | 180º | 0.78% | 0.35% | - |
| HSV(B) | 180º | 0.88% | 0.62% | - |
| XYZ | 18.41 | 26.69 | 36.08 | - |
| YUV | 115.74 | 151.28 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 157 | 0.88 | 0 | 0 | 0.38 | 180 | 0.78 | 0.35 |
| Hex | 13 | 9D | 9D | 58 | 0 | 0 | 26 | B4 | 4E | 23 |
| Octal | 23 | 235 | 235 | 130 | 0 | 0 | 46 | 264 | 116 | 43 |
| Binary | 10011 | 10011101 | 10011101 | 1011000 | 0 | 0 | 100110 | 10110100 | 1001110 | 100011 |
Color Harmonies of #139D9D
Complementary color
Monochromatic Colors of #139D9D
Black with #139D9D
Text Example
Text Example
White with #139D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D9D; }
p { color: rgb(19,157,157); }
H1.HeaderClassName
{
color: #139D9D;
}
.AnyTagClassName
{
color: #139D9D;
}
</style>
background-color css
<style>
a { background-color: #139D9D; }
a { background-color: rgb(19,157,157); }
div.DivClassName
{
background-color: #139D9D;
}
.BgClassName
{
background-color: #139D9D;
}
</style>
border-color css
<style>
span { border-color: #139D9D; }
span { border-color: rgb(19,157,157); }
td.TdClassName
{
border-color: #139D9D;
}
.TagClassName
{
border-color: #139D9D;
}
</style>