Shades of Java #1AA09A
Tints of Java #1AA09A
RGB
CMYK
RGB Variations
Color information
#1AA09A (or 0x1AA09A) is known color: Java. HEX triplet: 1A, A0 and 9A. RGB value is (26,160,154). Sum of RGB (Red+Green+Blue) = 26+160+154=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA09A is #E55F65. Grayscale: #777777. Windows color (decimal): -15032166 or 10133530. OLE color: 10133530.
HSL color Cylindrical-coordinate representation of color #1AA09A: hue angle of 177.31º 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 #1AA09A is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 154 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.37 |
| HSL | 177.31º | 0.72% | 0.36% | - |
| HSV(B) | 177.31º | 0.84% | 0.63% | - |
| XYZ | 18.83 | 27.69 | 34.92 | - |
| YUV | 119.25 | 147.61 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 154 | 0.84 | 0 | 0.04 | 0.37 | 177.31 | 0.72 | 0.36 |
| Hex | 1A | A0 | 9A | 54 | 0 | 4 | 25 | B1 | 48 | 24 |
| Octal | 32 | 240 | 232 | 124 | 0 | 4 | 45 | 261 | 110 | 44 |
| Binary | 11010 | 10100000 | 10011010 | 1010100 | 0 | 100 | 100101 | 10110001 | 1001000 | 100100 |
Color Harmonies of #1AA09A
Complementary color
Monochromatic Colors of #1AA09A
Black with #1AA09A
Text Example
Text Example
White with #1AA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA09A; }
p { color: rgb(26,160,154); }
H1.HeaderClassName
{
color: #1AA09A;
}
.AnyTagClassName
{
color: #1AA09A;
}
</style>
background-color css
<style>
a { background-color: #1AA09A; }
a { background-color: rgb(26,160,154); }
div.DivClassName
{
background-color: #1AA09A;
}
.BgClassName
{
background-color: #1AA09A;
}
</style>
border-color css
<style>
span { border-color: #1AA09A; }
span { border-color: rgb(26,160,154); }
td.TdClassName
{
border-color: #1AA09A;
}
.TagClassName
{
border-color: #1AA09A;
}
</style>