Shades of Java #1A9386
Tints of Java #1A9386
RGB
CMYK
RGB Variations
Color information
#1A9386 (or 0x1A9386) is known color: Java. HEX triplet: 1A, 93 and 86. RGB value is (26,147,134). Sum of RGB (Red+Green+Blue) = 26+147+134=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #1A9386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9386 is #E56C79. Grayscale: #6D6D6D. Windows color (decimal): -15035514 or 8819482. OLE color: 8819482.
HSL color Cylindrical-coordinate representation of color #1A9386: hue angle of 173.55º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9386 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 147 | 134 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.42 |
| HSL | 173.55º | 0.7% | 0.34% | - |
| HSV(B) | 173.55º | 0.82% | 0.58% | - |
| XYZ | 15.16 | 22.81 | 26.16 | - |
| YUV | 109.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 147 | 134 | 0.82 | 0 | 0.09 | 0.42 | 173.55 | 0.7 | 0.34 |
| Hex | 1A | 93 | 86 | 52 | 0 | 9 | 2A | AE | 46 | 22 |
| Octal | 32 | 223 | 206 | 122 | 0 | 11 | 52 | 256 | 106 | 42 |
| Binary | 11010 | 10010011 | 10000110 | 1010010 | 0 | 1001 | 101010 | 10101110 | 1000110 | 100010 |
Color Harmonies of #1A9386
Complementary color
Monochromatic Colors of #1A9386
Black with #1A9386
Text Example
Text Example
White with #1A9386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9386; }
p { color: rgb(26,147,134); }
H1.HeaderClassName
{
color: #1A9386;
}
.AnyTagClassName
{
color: #1A9386;
}
</style>
background-color css
<style>
a { background-color: #1A9386; }
a { background-color: rgb(26,147,134); }
div.DivClassName
{
background-color: #1A9386;
}
.BgClassName
{
background-color: #1A9386;
}
</style>
border-color css
<style>
span { border-color: #1A9386; }
span { border-color: rgb(26,147,134); }
td.TdClassName
{
border-color: #1A9386;
}
.TagClassName
{
border-color: #1A9386;
}
</style>