Shades of Java #1A9E8D
Tints of Java #1A9E8D
RGB
CMYK
RGB Variations
Color information
#1A9E8D (or 0x1A9E8D) is known color: Java. HEX triplet: 1A, 9E and 8D. RGB value is (26,158,141). Sum of RGB (Red+Green+Blue) = 26+158+141=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #1A9E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9E8D is #E56172. Grayscale: #747474. Windows color (decimal): -15032691 or 9281050. OLE color: 9281050.
HSL color Cylindrical-coordinate representation of color #1A9E8D: hue angle of 172.27º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A9E8D is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 158 | 141 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.38 |
| HSL | 172.27º | 0.72% | 0.36% | - |
| HSV(B) | 172.27º | 0.84% | 0.62% | - |
| XYZ | 17.46 | 26.6 | 29.41 | - |
| YUV | 116.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 158 | 141 | 0.84 | 0 | 0.11 | 0.38 | 172.27 | 0.72 | 0.36 |
| Hex | 1A | 9E | 8D | 54 | 0 | B | 26 | AC | 48 | 24 |
| Octal | 32 | 236 | 215 | 124 | 0 | 13 | 46 | 254 | 110 | 44 |
| Binary | 11010 | 10011110 | 10001101 | 1010100 | 0 | 1011 | 100110 | 10101100 | 1001000 | 100100 |
Color Harmonies of #1A9E8D
Complementary color
Monochromatic Colors of #1A9E8D
Black with #1A9E8D
Text Example
Text Example
White with #1A9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9E8D; }
p { color: rgb(26,158,141); }
H1.HeaderClassName
{
color: #1A9E8D;
}
.AnyTagClassName
{
color: #1A9E8D;
}
</style>
background-color css
<style>
a { background-color: #1A9E8D; }
a { background-color: rgb(26,158,141); }
div.DivClassName
{
background-color: #1A9E8D;
}
.BgClassName
{
background-color: #1A9E8D;
}
</style>
border-color css
<style>
span { border-color: #1A9E8D; }
span { border-color: rgb(26,158,141); }
td.TdClassName
{
border-color: #1A9E8D;
}
.TagClassName
{
border-color: #1A9E8D;
}
</style>