Shades of Java #138D98
Tints of Java #138D98
RGB
CMYK
RGB Variations
Color information
#138D98 (or 0x138D98) is known color: Java. HEX triplet: 13, 8D and 98. RGB value is (19,141,152). Sum of RGB (Red+Green+Blue) = 19+141+152=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #138D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138D98 is #EC7267. Grayscale: #696969. Windows color (decimal): -15495784 or 9997587. OLE color: 9997587.
HSL color Cylindrical-coordinate representation of color #138D98: hue angle of 184.96º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138D98 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 141 | 152 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.40 |
| HSL | 184.96º | 0.78% | 0.34% | - |
| HSV(B) | 184.96º | 0.88% | 0.6% | - |
| XYZ | 15.46 | 21.46 | 33.03 | - |
| YUV | 105.78 | 154.08 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 152 | 0.87 | 0.07 | 0 | 0.40 | 184.96 | 0.78 | 0.34 |
| Hex | 13 | 8D | 98 | 57 | 7 | 0 | 28 | B9 | 4E | 22 |
| Octal | 23 | 215 | 230 | 127 | 7 | 0 | 50 | 271 | 116 | 42 |
| Binary | 10011 | 10001101 | 10011000 | 1010111 | 111 | 0 | 101000 | 10111001 | 1001110 | 100010 |
Color Harmonies of #138D98
Complementary color
Monochromatic Colors of #138D98
Black with #138D98
Text Example
Text Example
White with #138D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D98; }
p { color: rgb(19,141,152); }
H1.HeaderClassName
{
color: #138D98;
}
.AnyTagClassName
{
color: #138D98;
}
</style>
background-color css
<style>
a { background-color: #138D98; }
a { background-color: rgb(19,141,152); }
div.DivClassName
{
background-color: #138D98;
}
.BgClassName
{
background-color: #138D98;
}
</style>
border-color css
<style>
span { border-color: #138D98; }
span { border-color: rgb(19,141,152); }
td.TdClassName
{
border-color: #138D98;
}
.TagClassName
{
border-color: #138D98;
}
</style>