Shades of Java #1A8E89
Tints of Java #1A8E89
RGB
CMYK
RGB Variations
Color information
#1A8E89 (or 0x1A8E89) is known color: Java. HEX triplet: 1A, 8E and 89. RGB value is (26,142,137). Sum of RGB (Red+Green+Blue) = 26+142+137=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8E89 is #E57176. Grayscale: #6A6A6A. Windows color (decimal): -15036791 or 9014810. OLE color: 9014810.
HSL color Cylindrical-coordinate representation of color #1A8E89: hue angle of 177.41º 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 #1A8E89 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 142 | 137 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.44 |
| HSL | 177.41º | 0.69% | 0.33% | - |
| HSV(B) | 177.41º | 0.82% | 0.56% | - |
| XYZ | 14.61 | 21.37 | 27.02 | - |
| YUV | 106.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 137 | 0.82 | 0 | 0.04 | 0.44 | 177.41 | 0.69 | 0.33 |
| Hex | 1A | 8E | 89 | 52 | 0 | 4 | 2C | B1 | 45 | 21 |
| Octal | 32 | 216 | 211 | 122 | 0 | 4 | 54 | 261 | 105 | 41 |
| Binary | 11010 | 10001110 | 10001001 | 1010010 | 0 | 100 | 101100 | 10110001 | 1000101 | 100001 |
Color Harmonies of #1A8E89
Complementary color
Monochromatic Colors of #1A8E89
Black with #1A8E89
Text Example
Text Example
White with #1A8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8E89; }
p { color: rgb(26,142,137); }
H1.HeaderClassName
{
color: #1A8E89;
}
.AnyTagClassName
{
color: #1A8E89;
}
</style>
background-color css
<style>
a { background-color: #1A8E89; }
a { background-color: rgb(26,142,137); }
div.DivClassName
{
background-color: #1A8E89;
}
.BgClassName
{
background-color: #1A8E89;
}
</style>
border-color css
<style>
span { border-color: #1A8E89; }
span { border-color: rgb(26,142,137); }
td.TdClassName
{
border-color: #1A8E89;
}
.TagClassName
{
border-color: #1A8E89;
}
</style>