Shades of Java #1A8F88
Tints of Java #1A8F88
RGB
CMYK
RGB Variations
Color information
#1A8F88 (or 0x1A8F88) is known color: Java. HEX triplet: 1A, 8F and 88. RGB value is (26,143,136). Sum of RGB (Red+Green+Blue) = 26+143+136=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #1A8F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8F88 is #E57077. Grayscale: #6B6B6B. Windows color (decimal): -15036536 or 8949530. OLE color: 8949530.
HSL color Cylindrical-coordinate representation of color #1A8F88: hue angle of 176.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 #1A8F88 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 143 | 136 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.44 |
| HSL | 176.41º | 0.69% | 0.33% | - |
| HSV(B) | 176.41º | 0.82% | 0.56% | - |
| XYZ | 14.69 | 21.64 | 26.7 | - |
| YUV | 107.22 | 144.24 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 136 | 0.82 | 0 | 0.05 | 0.44 | 176.41 | 0.69 | 0.33 |
| Hex | 1A | 8F | 88 | 52 | 0 | 5 | 2C | B0 | 45 | 21 |
| Octal | 32 | 217 | 210 | 122 | 0 | 5 | 54 | 260 | 105 | 41 |
| Binary | 11010 | 10001111 | 10001000 | 1010010 | 0 | 101 | 101100 | 10110000 | 1000101 | 100001 |
Color Harmonies of #1A8F88
Complementary color
Monochromatic Colors of #1A8F88
Black with #1A8F88
Text Example
Text Example
White with #1A8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8F88; }
p { color: rgb(26,143,136); }
H1.HeaderClassName
{
color: #1A8F88;
}
.AnyTagClassName
{
color: #1A8F88;
}
</style>
background-color css
<style>
a { background-color: #1A8F88; }
a { background-color: rgb(26,143,136); }
div.DivClassName
{
background-color: #1A8F88;
}
.BgClassName
{
background-color: #1A8F88;
}
</style>
border-color css
<style>
span { border-color: #1A8F88; }
span { border-color: rgb(26,143,136); }
td.TdClassName
{
border-color: #1A8F88;
}
.TagClassName
{
border-color: #1A8F88;
}
</style>