Shades of Java #16A2A1
Tints of Java #16A2A1
RGB
CMYK
RGB Variations
Color information
#16A2A1 (or 0x16A2A1) is known color: Java. HEX triplet: 16, A2 and A1. RGB value is (22,162,161). Sum of RGB (Red+Green+Blue) = 22+162+161=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #16A2A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A2A1 is #E95D5E. Grayscale: #777777. Windows color (decimal): -15293791 or 10592790. OLE color: 10592790.
HSL color Cylindrical-coordinate representation of color #16A2A1: hue angle of 179.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A2A1 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 161 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.36 |
| HSL | 179.57º | 0.76% | 0.36% | - |
| HSV(B) | 179.57º | 0.86% | 0.64% | - |
| XYZ | 19.68 | 28.58 | 38.2 | - |
| YUV | 120.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 161 | 0.86 | 0 | 0.01 | 0.36 | 179.57 | 0.76 | 0.36 |
| Hex | 16 | A2 | A1 | 56 | 0 | 1 | 24 | B4 | 4C | 24 |
| Octal | 26 | 242 | 241 | 126 | 0 | 1 | 44 | 264 | 114 | 44 |
| Binary | 10110 | 10100010 | 10100001 | 1010110 | 0 | 1 | 100100 | 10110100 | 1001100 | 100100 |
Color Harmonies of #16A2A1
Complementary color
Monochromatic Colors of #16A2A1
Black with #16A2A1
Text Example
Text Example
White with #16A2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A2A1; }
p { color: rgb(22,162,161); }
H1.HeaderClassName
{
color: #16A2A1;
}
.AnyTagClassName
{
color: #16A2A1;
}
</style>
background-color css
<style>
a { background-color: #16A2A1; }
a { background-color: rgb(22,162,161); }
div.DivClassName
{
background-color: #16A2A1;
}
.BgClassName
{
background-color: #16A2A1;
}
</style>
border-color css
<style>
span { border-color: #16A2A1; }
span { border-color: rgb(22,162,161); }
td.TdClassName
{
border-color: #16A2A1;
}
.TagClassName
{
border-color: #16A2A1;
}
</style>