Shades of Java #1AA097
Tints of Java #1AA097
RGB
CMYK
RGB Variations
Color information
#1AA097 (or 0x1AA097) is known color: Java. HEX triplet: 1A, A0 and 97. RGB value is (26,160,151). Sum of RGB (Red+Green+Blue) = 26+160+151=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA097 is #E55F68. Grayscale: #767676. Windows color (decimal): -15032169 or 9936922. OLE color: 9936922.
HSL color Cylindrical-coordinate representation of color #1AA097: hue angle of 175.97º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA097 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 151 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.37 |
| HSL | 175.97º | 0.72% | 0.36% | - |
| HSV(B) | 175.97º | 0.84% | 0.63% | - |
| XYZ | 18.58 | 27.6 | 33.63 | - |
| YUV | 118.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 151 | 0.84 | 0 | 0.06 | 0.37 | 175.97 | 0.72 | 0.36 |
| Hex | 1A | A0 | 97 | 54 | 0 | 6 | 25 | B0 | 48 | 24 |
| Octal | 32 | 240 | 227 | 124 | 0 | 6 | 45 | 260 | 110 | 44 |
| Binary | 11010 | 10100000 | 10010111 | 1010100 | 0 | 110 | 100101 | 10110000 | 1001000 | 100100 |
Color Harmonies of #1AA097
Complementary color
Monochromatic Colors of #1AA097
Black with #1AA097
Text Example
Text Example
White with #1AA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA097; }
p { color: rgb(26,160,151); }
H1.HeaderClassName
{
color: #1AA097;
}
.AnyTagClassName
{
color: #1AA097;
}
</style>
background-color css
<style>
a { background-color: #1AA097; }
a { background-color: rgb(26,160,151); }
div.DivClassName
{
background-color: #1AA097;
}
.BgClassName
{
background-color: #1AA097;
}
</style>
border-color css
<style>
span { border-color: #1AA097; }
span { border-color: rgb(26,160,151); }
td.TdClassName
{
border-color: #1AA097;
}
.TagClassName
{
border-color: #1AA097;
}
</style>