Shades of Java #138D95
Tints of Java #138D95
RGB
CMYK
RGB Variations
Color information
#138D95 (or 0x138D95) is known color: Java. HEX triplet: 13, 8D and 95. RGB value is (19,141,149). Sum of RGB (Red+Green+Blue) = 19+141+149=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #138D95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138D95 is #EC726A. Grayscale: #696969. Windows color (decimal): -15495787 or 9800979. OLE color: 9800979.
HSL color Cylindrical-coordinate representation of color #138D95: hue angle of 183.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D95 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 141 | 149 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.42 |
| HSL | 183.69º | 0.77% | 0.33% | - |
| HSV(B) | 183.69º | 0.87% | 0.58% | - |
| XYZ | 15.22 | 21.36 | 31.75 | - |
| YUV | 105.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 149 | 0.87 | 0.05 | 0 | 0.42 | 183.69 | 0.77 | 0.33 |
| Hex | 13 | 8D | 95 | 57 | 5 | 0 | 2A | B8 | 4D | 21 |
| Octal | 23 | 215 | 225 | 127 | 5 | 0 | 52 | 270 | 115 | 41 |
| Binary | 10011 | 10001101 | 10010101 | 1010111 | 101 | 0 | 101010 | 10111000 | 1001101 | 100001 |
Color Harmonies of #138D95
Complementary color
Monochromatic Colors of #138D95
Black with #138D95
Text Example
Text Example
White with #138D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D95; }
p { color: rgb(19,141,149); }
H1.HeaderClassName
{
color: #138D95;
}
.AnyTagClassName
{
color: #138D95;
}
</style>
background-color css
<style>
a { background-color: #138D95; }
a { background-color: rgb(19,141,149); }
div.DivClassName
{
background-color: #138D95;
}
.BgClassName
{
background-color: #138D95;
}
</style>
border-color css
<style>
span { border-color: #138D95; }
span { border-color: rgb(19,141,149); }
td.TdClassName
{
border-color: #138D95;
}
.TagClassName
{
border-color: #138D95;
}
</style>