Shades of Java #1AA09C
Tints of Java #1AA09C
RGB
CMYK
RGB Variations
Color information
#1AA09C (or 0x1AA09C) is known color: Java. HEX triplet: 1A, A0 and 9C. RGB value is (26,160,156). Sum of RGB (Red+Green+Blue) = 26+160+156=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA09C is #E55F63. Grayscale: #777777. Windows color (decimal): -15032164 or 10264602. OLE color: 10264602.
HSL color Cylindrical-coordinate representation of color #1AA09C: hue angle of 178.21º 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 #1AA09C is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 156 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.37 |
| HSL | 178.21º | 0.72% | 0.36% | - |
| HSV(B) | 178.21º | 0.84% | 0.63% | - |
| XYZ | 19 | 27.76 | 35.81 | - |
| YUV | 119.48 | 148.61 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 156 | 0.84 | 0 | 0.02 | 0.37 | 178.21 | 0.72 | 0.36 |
| Hex | 1A | A0 | 9C | 54 | 0 | 2 | 25 | B2 | 48 | 24 |
| Octal | 32 | 240 | 234 | 124 | 0 | 2 | 45 | 262 | 110 | 44 |
| Binary | 11010 | 10100000 | 10011100 | 1010100 | 0 | 10 | 100101 | 10110010 | 1001000 | 100100 |
Color Harmonies of #1AA09C
Complementary color
Monochromatic Colors of #1AA09C
Black with #1AA09C
Text Example
Text Example
White with #1AA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA09C; }
p { color: rgb(26,160,156); }
H1.HeaderClassName
{
color: #1AA09C;
}
.AnyTagClassName
{
color: #1AA09C;
}
</style>
background-color css
<style>
a { background-color: #1AA09C; }
a { background-color: rgb(26,160,156); }
div.DivClassName
{
background-color: #1AA09C;
}
.BgClassName
{
background-color: #1AA09C;
}
</style>
border-color css
<style>
span { border-color: #1AA09C; }
span { border-color: rgb(26,160,156); }
td.TdClassName
{
border-color: #1AA09C;
}
.TagClassName
{
border-color: #1AA09C;
}
</style>