Shades of Java #139C9B
Tints of Java #139C9B
RGB
CMYK
RGB Variations
Color information
#139C9B (or 0x139C9B) is known color: Java. HEX triplet: 13, 9C and 9B. RGB value is (19,156,155). Sum of RGB (Red+Green+Blue) = 19+156+155=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #139C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C9B is #EC6364. Grayscale: #727272. Windows color (decimal): -15491941 or 10198035. OLE color: 10198035.
HSL color Cylindrical-coordinate representation of color #139C9B: hue angle of 179.56º 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 #139C9B is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 155 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.39 |
| HSL | 179.56º | 0.78% | 0.34% | - |
| HSV(B) | 179.56º | 0.88% | 0.61% | - |
| XYZ | 18.07 | 26.28 | 35.13 | - |
| YUV | 114.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 155 | 0.88 | 0 | 0.01 | 0.39 | 179.56 | 0.78 | 0.34 |
| Hex | 13 | 9C | 9B | 58 | 0 | 1 | 27 | B4 | 4E | 22 |
| Octal | 23 | 234 | 233 | 130 | 0 | 1 | 47 | 264 | 116 | 42 |
| Binary | 10011 | 10011100 | 10011011 | 1011000 | 0 | 1 | 100111 | 10110100 | 1001110 | 100010 |
Color Harmonies of #139C9B
Complementary color
Monochromatic Colors of #139C9B
Black with #139C9B
Text Example
Text Example
White with #139C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C9B; }
p { color: rgb(19,156,155); }
H1.HeaderClassName
{
color: #139C9B;
}
.AnyTagClassName
{
color: #139C9B;
}
</style>
background-color css
<style>
a { background-color: #139C9B; }
a { background-color: rgb(19,156,155); }
div.DivClassName
{
background-color: #139C9B;
}
.BgClassName
{
background-color: #139C9B;
}
</style>
border-color css
<style>
span { border-color: #139C9B; }
span { border-color: rgb(19,156,155); }
td.TdClassName
{
border-color: #139C9B;
}
.TagClassName
{
border-color: #139C9B;
}
</style>