Shades of Java #138D97
Tints of Java #138D97
RGB
CMYK
RGB Variations
Color information
#138D97 (or 0x138D97) is known color: Java. HEX triplet: 13, 8D and 97. RGB value is (19,141,151). Sum of RGB (Red+Green+Blue) = 19+141+151=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #138D97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138D97 is #EC7268. Grayscale: #696969. Windows color (decimal): -15495785 or 9932051. OLE color: 9932051.
HSL color Cylindrical-coordinate representation of color #138D97: hue angle of 184.55º 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 #138D97 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 141 | 151 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.41 |
| HSL | 184.55º | 0.78% | 0.33% | - |
| HSV(B) | 184.55º | 0.87% | 0.59% | - |
| XYZ | 15.38 | 21.42 | 32.6 | - |
| YUV | 105.66 | 153.58 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 151 | 0.87 | 0.07 | 0 | 0.41 | 184.55 | 0.78 | 0.33 |
| Hex | 13 | 8D | 97 | 57 | 7 | 0 | 29 | B9 | 4E | 21 |
| Octal | 23 | 215 | 227 | 127 | 7 | 0 | 51 | 271 | 116 | 41 |
| Binary | 10011 | 10001101 | 10010111 | 1010111 | 111 | 0 | 101001 | 10111001 | 1001110 | 100001 |
Color Harmonies of #138D97
Complementary color
Monochromatic Colors of #138D97
Black with #138D97
Text Example
Text Example
White with #138D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D97; }
p { color: rgb(19,141,151); }
H1.HeaderClassName
{
color: #138D97;
}
.AnyTagClassName
{
color: #138D97;
}
</style>
background-color css
<style>
a { background-color: #138D97; }
a { background-color: rgb(19,141,151); }
div.DivClassName
{
background-color: #138D97;
}
.BgClassName
{
background-color: #138D97;
}
</style>
border-color css
<style>
span { border-color: #138D97; }
span { border-color: rgb(19,141,151); }
td.TdClassName
{
border-color: #138D97;
}
.TagClassName
{
border-color: #138D97;
}
</style>