Shades of Java #1A9A88
Tints of Java #1A9A88
RGB
CMYK
RGB Variations
Color information
#1A9A88 (or 0x1A9A88) is known color: Java. HEX triplet: 1A, 9A and 88. RGB value is (26,154,136). Sum of RGB (Red+Green+Blue) = 26+154+136=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #1A9A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9A88 is #E56577. Grayscale: #717171. Windows color (decimal): -15033720 or 8952346. OLE color: 8952346.
HSL color Cylindrical-coordinate representation of color #1A9A88: hue angle of 171.56º 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 #1A9A88 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 154 | 136 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.40 |
| HSL | 171.56º | 0.71% | 0.35% | - |
| HSV(B) | 171.56º | 0.83% | 0.6% | - |
| XYZ | 16.43 | 25.11 | 27.27 | - |
| YUV | 113.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 154 | 136 | 0.83 | 0 | 0.12 | 0.40 | 171.56 | 0.71 | 0.35 |
| Hex | 1A | 9A | 88 | 53 | 0 | C | 28 | AC | 47 | 23 |
| Octal | 32 | 232 | 210 | 123 | 0 | 14 | 50 | 254 | 107 | 43 |
| Binary | 11010 | 10011010 | 10001000 | 1010011 | 0 | 1100 | 101000 | 10101100 | 1000111 | 100011 |
Color Harmonies of #1A9A88
Complementary color
Monochromatic Colors of #1A9A88
Black with #1A9A88
Text Example
Text Example
White with #1A9A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9A88; }
p { color: rgb(26,154,136); }
H1.HeaderClassName
{
color: #1A9A88;
}
.AnyTagClassName
{
color: #1A9A88;
}
</style>
background-color css
<style>
a { background-color: #1A9A88; }
a { background-color: rgb(26,154,136); }
div.DivClassName
{
background-color: #1A9A88;
}
.BgClassName
{
background-color: #1A9A88;
}
</style>
border-color css
<style>
span { border-color: #1A9A88; }
span { border-color: rgb(26,154,136); }
td.TdClassName
{
border-color: #1A9A88;
}
.TagClassName
{
border-color: #1A9A88;
}
</style>