Shades of Java #13A19B
Tints of Java #13A19B
RGB
CMYK
RGB Variations
Color information
#13A19B (or 0x13A19B) is known color: Java. HEX triplet: 13, A1 and 9B. RGB value is (19,161,155). Sum of RGB (Red+Green+Blue) = 19+161+155=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #13A19B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A19B is #EC5E64. Grayscale: #757575. Windows color (decimal): -15490661 or 10199315. OLE color: 10199315.
HSL color Cylindrical-coordinate representation of color #13A19B: hue angle of 177.46º 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 #13A19B is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 161 | 155 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.37 |
| HSL | 177.46º | 0.79% | 0.35% | - |
| HSV(B) | 177.46º | 0.88% | 0.63% | - |
| XYZ | 18.93 | 27.99 | 35.42 | - |
| YUV | 117.86 | 148.96 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 155 | 0.88 | 0 | 0.04 | 0.37 | 177.46 | 0.79 | 0.35 |
| Hex | 13 | A1 | 9B | 58 | 0 | 4 | 25 | B1 | 4F | 23 |
| Octal | 23 | 241 | 233 | 130 | 0 | 4 | 45 | 261 | 117 | 43 |
| Binary | 10011 | 10100001 | 10011011 | 1011000 | 0 | 100 | 100101 | 10110001 | 1001111 | 100011 |
Color Harmonies of #13A19B
Complementary color
Monochromatic Colors of #13A19B
Black with #13A19B
Text Example
Text Example
White with #13A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A19B; }
p { color: rgb(19,161,155); }
H1.HeaderClassName
{
color: #13A19B;
}
.AnyTagClassName
{
color: #13A19B;
}
</style>
background-color css
<style>
a { background-color: #13A19B; }
a { background-color: rgb(19,161,155); }
div.DivClassName
{
background-color: #13A19B;
}
.BgClassName
{
background-color: #13A19B;
}
</style>
border-color css
<style>
span { border-color: #13A19B; }
span { border-color: rgb(19,161,155); }
td.TdClassName
{
border-color: #13A19B;
}
.TagClassName
{
border-color: #13A19B;
}
</style>