Shades of Java #13A19A
Tints of Java #13A19A
RGB
CMYK
RGB Variations
Color information
#13A19A (or 0x13A19A) is known color: Java. HEX triplet: 13, A1 and 9A. RGB value is (19,161,154). Sum of RGB (Red+Green+Blue) = 19+161+154=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #13A19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A19A is #EC5E65. Grayscale: #757575. Windows color (decimal): -15490662 or 10133779. OLE color: 10133779.
HSL color Cylindrical-coordinate representation of color #13A19A: hue angle of 177.04º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A19A is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 161 | 154 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.37 |
| HSL | 177.04º | 0.79% | 0.35% | - |
| HSV(B) | 177.04º | 0.88% | 0.63% | - |
| XYZ | 18.85 | 27.96 | 34.98 | - |
| YUV | 117.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 154 | 0.88 | 0 | 0.04 | 0.37 | 177.04 | 0.79 | 0.35 |
| Hex | 13 | A1 | 9A | 58 | 0 | 4 | 25 | B1 | 4F | 23 |
| Octal | 23 | 241 | 232 | 130 | 0 | 4 | 45 | 261 | 117 | 43 |
| Binary | 10011 | 10100001 | 10011010 | 1011000 | 0 | 100 | 100101 | 10110001 | 1001111 | 100011 |
Color Harmonies of #13A19A
Complementary color
Monochromatic Colors of #13A19A
Black with #13A19A
Text Example
Text Example
White with #13A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A19A; }
p { color: rgb(19,161,154); }
H1.HeaderClassName
{
color: #13A19A;
}
.AnyTagClassName
{
color: #13A19A;
}
</style>
background-color css
<style>
a { background-color: #13A19A; }
a { background-color: rgb(19,161,154); }
div.DivClassName
{
background-color: #13A19A;
}
.BgClassName
{
background-color: #13A19A;
}
</style>
border-color css
<style>
span { border-color: #13A19A; }
span { border-color: rgb(19,161,154); }
td.TdClassName
{
border-color: #13A19A;
}
.TagClassName
{
border-color: #13A19A;
}
</style>