Shades of Java #1AA19F
Tints of Java #1AA19F
RGB
CMYK
RGB Variations
Color information
#1AA19F (or 0x1AA19F) is known color: Java. HEX triplet: 1A, A1 and 9F. RGB value is (26,161,159). Sum of RGB (Red+Green+Blue) = 26+161+159=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA19F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA19F is #E55E60. Grayscale: #787878. Windows color (decimal): -15031905 or 10461466. OLE color: 10461466.
HSL color Cylindrical-coordinate representation of color #1AA19F: hue angle of 179.11º 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 #1AA19F is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 159 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.37 |
| HSL | 179.11º | 0.72% | 0.37% | - |
| HSV(B) | 179.11º | 0.84% | 0.63% | - |
| XYZ | 19.43 | 28.21 | 37.22 | - |
| YUV | 120.41 | 149.77 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 159 | 0.84 | 0 | 0.01 | 0.37 | 179.11 | 0.72 | 0.37 |
| Hex | 1A | A1 | 9F | 54 | 0 | 1 | 25 | B3 | 48 | 25 |
| Octal | 32 | 241 | 237 | 124 | 0 | 1 | 45 | 263 | 110 | 45 |
| Binary | 11010 | 10100001 | 10011111 | 1010100 | 0 | 1 | 100101 | 10110011 | 1001000 | 100101 |
Color Harmonies of #1AA19F
Complementary color
Monochromatic Colors of #1AA19F
Black with #1AA19F
Text Example
Text Example
White with #1AA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA19F; }
p { color: rgb(26,161,159); }
H1.HeaderClassName
{
color: #1AA19F;
}
.AnyTagClassName
{
color: #1AA19F;
}
</style>
background-color css
<style>
a { background-color: #1AA19F; }
a { background-color: rgb(26,161,159); }
div.DivClassName
{
background-color: #1AA19F;
}
.BgClassName
{
background-color: #1AA19F;
}
</style>
border-color css
<style>
span { border-color: #1AA19F; }
span { border-color: rgb(26,161,159); }
td.TdClassName
{
border-color: #1AA19F;
}
.TagClassName
{
border-color: #1AA19F;
}
</style>