Shades of Java #13A39E
Tints of Java #13A39E
RGB
CMYK
RGB Variations
Color information
#13A39E (or 0x13A39E) is known color: Java. HEX triplet: 13, A3 and 9E. RGB value is (19,163,158). Sum of RGB (Red+Green+Blue) = 19+163+158=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #13A39E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A39E is #EC5C61. Grayscale: #777777. Windows color (decimal): -15490146 or 10396435. OLE color: 10396435.
HSL color Cylindrical-coordinate representation of color #13A39E: hue angle of 177.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A39E is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 163 | 158 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.36 |
| HSL | 177.92º | 0.79% | 0.36% | - |
| HSV(B) | 177.92º | 0.88% | 0.64% | - |
| XYZ | 19.54 | 28.8 | 36.88 | - |
| YUV | 119.37 | 149.79 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 163 | 158 | 0.88 | 0 | 0.03 | 0.36 | 177.92 | 0.79 | 0.36 |
| Hex | 13 | A3 | 9E | 58 | 0 | 3 | 24 | B2 | 4F | 24 |
| Octal | 23 | 243 | 236 | 130 | 0 | 3 | 44 | 262 | 117 | 44 |
| Binary | 10011 | 10100011 | 10011110 | 1011000 | 0 | 11 | 100100 | 10110010 | 1001111 | 100100 |
Color Harmonies of #13A39E
Complementary color
Monochromatic Colors of #13A39E
Black with #13A39E
Text Example
Text Example
White with #13A39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A39E; }
p { color: rgb(19,163,158); }
H1.HeaderClassName
{
color: #13A39E;
}
.AnyTagClassName
{
color: #13A39E;
}
</style>
background-color css
<style>
a { background-color: #13A39E; }
a { background-color: rgb(19,163,158); }
div.DivClassName
{
background-color: #13A39E;
}
.BgClassName
{
background-color: #13A39E;
}
</style>
border-color css
<style>
span { border-color: #13A39E; }
span { border-color: rgb(19,163,158); }
td.TdClassName
{
border-color: #13A39E;
}
.TagClassName
{
border-color: #13A39E;
}
</style>