Shades of Java #1AA19D
Tints of Java #1AA19D
RGB
CMYK
RGB Variations
Color information
#1AA19D (or 0x1AA19D) is known color: Java. HEX triplet: 1A, A1 and 9D. RGB value is (26,161,157). Sum of RGB (Red+Green+Blue) = 26+161+157=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA19D is #E55E62. Grayscale: #787878. Windows color (decimal): -15031907 or 10330394. OLE color: 10330394.
HSL color Cylindrical-coordinate representation of color #1AA19D: hue angle of 178.22º 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 #1AA19D is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 157 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.37 |
| HSL | 178.22º | 0.72% | 0.37% | - |
| HSV(B) | 178.22º | 0.84% | 0.63% | - |
| XYZ | 19.26 | 28.14 | 36.32 | - |
| YUV | 120.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 157 | 0.84 | 0 | 0.02 | 0.37 | 178.22 | 0.72 | 0.37 |
| Hex | 1A | A1 | 9D | 54 | 0 | 2 | 25 | B2 | 48 | 25 |
| Octal | 32 | 241 | 235 | 124 | 0 | 2 | 45 | 262 | 110 | 45 |
| Binary | 11010 | 10100001 | 10011101 | 1010100 | 0 | 10 | 100101 | 10110010 | 1001000 | 100101 |
Color Harmonies of #1AA19D
Complementary color
Monochromatic Colors of #1AA19D
Black with #1AA19D
Text Example
Text Example
White with #1AA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA19D; }
p { color: rgb(26,161,157); }
H1.HeaderClassName
{
color: #1AA19D;
}
.AnyTagClassName
{
color: #1AA19D;
}
</style>
background-color css
<style>
a { background-color: #1AA19D; }
a { background-color: rgb(26,161,157); }
div.DivClassName
{
background-color: #1AA19D;
}
.BgClassName
{
background-color: #1AA19D;
}
</style>
border-color css
<style>
span { border-color: #1AA19D; }
span { border-color: rgb(26,161,157); }
td.TdClassName
{
border-color: #1AA19D;
}
.TagClassName
{
border-color: #1AA19D;
}
</style>