Shades of Java #1A8B85
Tints of Java #1A8B85
RGB
CMYK
RGB Variations
Color information
#1A8B85 (or 0x1A8B85) is known color: Java. HEX triplet: 1A, 8B and 85. RGB value is (26,139,133). Sum of RGB (Red+Green+Blue) = 26+139+133=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #1A8B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8B85 is #E5747A. Grayscale: #686868. Windows color (decimal): -15037563 or 8751898. OLE color: 8751898.
HSL color Cylindrical-coordinate representation of color #1A8B85: hue angle of 176.81º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8B85 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 139 | 133 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.45 |
| HSL | 176.81º | 0.68% | 0.32% | - |
| HSV(B) | 176.81º | 0.81% | 0.55% | - |
| XYZ | 13.89 | 20.38 | 25.39 | - |
| YUV | 104.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 133 | 0.81 | 0 | 0.04 | 0.45 | 176.81 | 0.68 | 0.32 |
| Hex | 1A | 8B | 85 | 51 | 0 | 4 | 2D | B1 | 44 | 20 |
| Octal | 32 | 213 | 205 | 121 | 0 | 4 | 55 | 261 | 104 | 40 |
| Binary | 11010 | 10001011 | 10000101 | 1010001 | 0 | 100 | 101101 | 10110001 | 1000100 | 100000 |
Color Harmonies of #1A8B85
Complementary color
Monochromatic Colors of #1A8B85
Black with #1A8B85
Text Example
Text Example
White with #1A8B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8B85; }
p { color: rgb(26,139,133); }
H1.HeaderClassName
{
color: #1A8B85;
}
.AnyTagClassName
{
color: #1A8B85;
}
</style>
background-color css
<style>
a { background-color: #1A8B85; }
a { background-color: rgb(26,139,133); }
div.DivClassName
{
background-color: #1A8B85;
}
.BgClassName
{
background-color: #1A8B85;
}
</style>
border-color css
<style>
span { border-color: #1A8B85; }
span { border-color: rgb(26,139,133); }
td.TdClassName
{
border-color: #1A8B85;
}
.TagClassName
{
border-color: #1A8B85;
}
</style>