Shades of Java #1A9A8D
Tints of Java #1A9A8D
RGB
CMYK
RGB Variations
Color information
#1A9A8D (or 0x1A9A8D) is known color: Java. HEX triplet: 1A, 9A and 8D. RGB value is (26,154,141). Sum of RGB (Red+Green+Blue) = 26+154+141=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #1A9A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9A8D is #E56572. Grayscale: #727272. Windows color (decimal): -15033715 or 9280026. OLE color: 9280026.
HSL color Cylindrical-coordinate representation of color #1A9A8D: hue angle of 173.91º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9A8D is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 154 | 141 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.40 |
| HSL | 173.91º | 0.71% | 0.35% | - |
| HSV(B) | 173.91º | 0.83% | 0.6% | - |
| XYZ | 16.79 | 25.25 | 29.19 | - |
| YUV | 114.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 154 | 141 | 0.83 | 0 | 0.08 | 0.40 | 173.91 | 0.71 | 0.35 |
| Hex | 1A | 9A | 8D | 53 | 0 | 8 | 28 | AE | 47 | 23 |
| Octal | 32 | 232 | 215 | 123 | 0 | 10 | 50 | 256 | 107 | 43 |
| Binary | 11010 | 10011010 | 10001101 | 1010011 | 0 | 1000 | 101000 | 10101110 | 1000111 | 100011 |
Color Harmonies of #1A9A8D
Complementary color
Monochromatic Colors of #1A9A8D
Black with #1A9A8D
Text Example
Text Example
White with #1A9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9A8D; }
p { color: rgb(26,154,141); }
H1.HeaderClassName
{
color: #1A9A8D;
}
.AnyTagClassName
{
color: #1A9A8D;
}
</style>
background-color css
<style>
a { background-color: #1A9A8D; }
a { background-color: rgb(26,154,141); }
div.DivClassName
{
background-color: #1A9A8D;
}
.BgClassName
{
background-color: #1A9A8D;
}
</style>
border-color css
<style>
span { border-color: #1A9A8D; }
span { border-color: rgb(26,154,141); }
td.TdClassName
{
border-color: #1A9A8D;
}
.TagClassName
{
border-color: #1A9A8D;
}
</style>