Shades of Java #16A49B
Tints of Java #16A49B
RGB
CMYK
RGB Variations
Color information
#16A49B (or 0x16A49B) is known color: Java. HEX triplet: 16, A4 and 9B. RGB value is (22,164,155). Sum of RGB (Red+Green+Blue) = 22+164+155=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #16A49B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A49B is #E95B64. Grayscale: #787878. Windows color (decimal): -15293285 or 10200086. OLE color: 10200086.
HSL color Cylindrical-coordinate representation of color #16A49B: hue angle of 176.2º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A49B is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 164 | 155 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.36 |
| HSL | 176.2º | 0.76% | 0.36% | - |
| HSV(B) | 176.2º | 0.87% | 0.64% | - |
| XYZ | 19.52 | 29.09 | 35.6 | - |
| YUV | 120.52 | 147.46 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 164 | 155 | 0.87 | 0 | 0.05 | 0.36 | 176.2 | 0.76 | 0.36 |
| Hex | 16 | A4 | 9B | 57 | 0 | 5 | 24 | B0 | 4C | 24 |
| Octal | 26 | 244 | 233 | 127 | 0 | 5 | 44 | 260 | 114 | 44 |
| Binary | 10110 | 10100100 | 10011011 | 1010111 | 0 | 101 | 100100 | 10110000 | 1001100 | 100100 |
Color Harmonies of #16A49B
Complementary color
Monochromatic Colors of #16A49B
Black with #16A49B
Text Example
Text Example
White with #16A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A49B; }
p { color: rgb(22,164,155); }
H1.HeaderClassName
{
color: #16A49B;
}
.AnyTagClassName
{
color: #16A49B;
}
</style>
background-color css
<style>
a { background-color: #16A49B; }
a { background-color: rgb(22,164,155); }
div.DivClassName
{
background-color: #16A49B;
}
.BgClassName
{
background-color: #16A49B;
}
</style>
border-color css
<style>
span { border-color: #16A49B; }
span { border-color: rgb(22,164,155); }
td.TdClassName
{
border-color: #16A49B;
}
.TagClassName
{
border-color: #16A49B;
}
</style>