Shades of Java #1AA19A
Tints of Java #1AA19A
RGB
CMYK
RGB Variations
Color information
#1AA19A (or 0x1AA19A) is known color: Java. HEX triplet: 1A, A1 and 9A. RGB value is (26,161,154). Sum of RGB (Red+Green+Blue) = 26+161+154=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA19A is #E55E65. Grayscale: #777777. Windows color (decimal): -15031910 or 10133786. OLE color: 10133786.
HSL color Cylindrical-coordinate representation of color #1AA19A: hue angle of 176.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA19A is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 154 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.37 |
| HSL | 176.89º | 0.72% | 0.37% | - |
| HSV(B) | 176.89º | 0.84% | 0.63% | - |
| XYZ | 19 | 28.04 | 34.98 | - |
| YUV | 119.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 154 | 0.84 | 0 | 0.04 | 0.37 | 176.89 | 0.72 | 0.37 |
| Hex | 1A | A1 | 9A | 54 | 0 | 4 | 25 | B1 | 48 | 25 |
| Octal | 32 | 241 | 232 | 124 | 0 | 4 | 45 | 261 | 110 | 45 |
| Binary | 11010 | 10100001 | 10011010 | 1010100 | 0 | 100 | 100101 | 10110001 | 1001000 | 100101 |
Color Harmonies of #1AA19A
Complementary color
Monochromatic Colors of #1AA19A
Black with #1AA19A
Text Example
Text Example
White with #1AA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA19A; }
p { color: rgb(26,161,154); }
H1.HeaderClassName
{
color: #1AA19A;
}
.AnyTagClassName
{
color: #1AA19A;
}
</style>
background-color css
<style>
a { background-color: #1AA19A; }
a { background-color: rgb(26,161,154); }
div.DivClassName
{
background-color: #1AA19A;
}
.BgClassName
{
background-color: #1AA19A;
}
</style>
border-color css
<style>
span { border-color: #1AA19A; }
span { border-color: rgb(26,161,154); }
td.TdClassName
{
border-color: #1AA19A;
}
.TagClassName
{
border-color: #1AA19A;
}
</style>