Shades of Java #1A8E88
Tints of Java #1A8E88
RGB
CMYK
RGB Variations
Color information
#1A8E88 (or 0x1A8E88) is known color: Java. HEX triplet: 1A, 8E and 88. RGB value is (26,142,136). Sum of RGB (Red+Green+Blue) = 26+142+136=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8E88 is #E57177. Grayscale: #6A6A6A. Windows color (decimal): -15036792 or 8949274. OLE color: 8949274.
HSL color Cylindrical-coordinate representation of color #1A8E88: hue angle of 176.9º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8E88 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 142 | 136 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.44 |
| HSL | 176.9º | 0.69% | 0.33% | - |
| HSV(B) | 176.9º | 0.82% | 0.56% | - |
| XYZ | 14.54 | 21.34 | 26.65 | - |
| YUV | 106.63 | 144.57 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 136 | 0.82 | 0 | 0.04 | 0.44 | 176.9 | 0.69 | 0.33 |
| Hex | 1A | 8E | 88 | 52 | 0 | 4 | 2C | B1 | 45 | 21 |
| Octal | 32 | 216 | 210 | 122 | 0 | 4 | 54 | 261 | 105 | 41 |
| Binary | 11010 | 10001110 | 10001000 | 1010010 | 0 | 100 | 101100 | 10110001 | 1000101 | 100001 |
Color Harmonies of #1A8E88
Complementary color
Monochromatic Colors of #1A8E88
Black with #1A8E88
Text Example
Text Example
White with #1A8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8E88; }
p { color: rgb(26,142,136); }
H1.HeaderClassName
{
color: #1A8E88;
}
.AnyTagClassName
{
color: #1A8E88;
}
</style>
background-color css
<style>
a { background-color: #1A8E88; }
a { background-color: rgb(26,142,136); }
div.DivClassName
{
background-color: #1A8E88;
}
.BgClassName
{
background-color: #1A8E88;
}
</style>
border-color css
<style>
span { border-color: #1A8E88; }
span { border-color: rgb(26,142,136); }
td.TdClassName
{
border-color: #1A8E88;
}
.TagClassName
{
border-color: #1A8E88;
}
</style>