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