Shades of Java #138C96
Tints of Java #138C96
RGB
CMYK
RGB Variations
Color information
#138C96 (or 0x138C96) is known color: Java. HEX triplet: 13, 8C and 96. RGB value is (19,140,150). Sum of RGB (Red+Green+Blue) = 19+140+150=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #138C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138C96 is #EC7369. Grayscale: #686868. Windows color (decimal): -15496042 or 9866259. OLE color: 9866259.
HSL color Cylindrical-coordinate representation of color #138C96: hue angle of 184.58º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138C96 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 140 | 150 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.41 |
| HSL | 184.58º | 0.78% | 0.33% | - |
| HSV(B) | 184.58º | 0.87% | 0.59% | - |
| XYZ | 15.15 | 21.1 | 32.13 | - |
| YUV | 104.96 | 153.41 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 150 | 0.87 | 0.07 | 0 | 0.41 | 184.58 | 0.78 | 0.33 |
| Hex | 13 | 8C | 96 | 57 | 7 | 0 | 29 | B9 | 4E | 21 |
| Octal | 23 | 214 | 226 | 127 | 7 | 0 | 51 | 271 | 116 | 41 |
| Binary | 10011 | 10001100 | 10010110 | 1010111 | 111 | 0 | 101001 | 10111001 | 1001110 | 100001 |
Color Harmonies of #138C96
Complementary color
Monochromatic Colors of #138C96
Black with #138C96
Text Example
Text Example
White with #138C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C96; }
p { color: rgb(19,140,150); }
H1.HeaderClassName
{
color: #138C96;
}
.AnyTagClassName
{
color: #138C96;
}
</style>
background-color css
<style>
a { background-color: #138C96; }
a { background-color: rgb(19,140,150); }
div.DivClassName
{
background-color: #138C96;
}
.BgClassName
{
background-color: #138C96;
}
</style>
border-color css
<style>
span { border-color: #138C96; }
span { border-color: rgb(19,140,150); }
td.TdClassName
{
border-color: #138C96;
}
.TagClassName
{
border-color: #138C96;
}
</style>