Shades of Java #169BA1
Tints of Java #169BA1
RGB
CMYK
RGB Variations
Color information
#169BA1 (or 0x169BA1) is known color: Java. HEX triplet: 16, 9B and A1. RGB value is (22,155,161). Sum of RGB (Red+Green+Blue) = 22+155+161=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #169BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169BA1 is #E9645E. Grayscale: #737373. Windows color (decimal): -15295583 or 10590998. OLE color: 10590998.
HSL color Cylindrical-coordinate representation of color #169BA1: hue angle of 182.59º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169BA1 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 155 | 161 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.37 |
| HSL | 182.59º | 0.76% | 0.36% | - |
| HSV(B) | 182.59º | 0.86% | 0.63% | - |
| XYZ | 18.49 | 26.19 | 37.8 | - |
| YUV | 115.92 | 153.44 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 155 | 161 | 0.86 | 0.04 | 0 | 0.37 | 182.59 | 0.76 | 0.36 |
| Hex | 16 | 9B | A1 | 56 | 4 | 0 | 25 | B7 | 4C | 24 |
| Octal | 26 | 233 | 241 | 126 | 4 | 0 | 45 | 267 | 114 | 44 |
| Binary | 10110 | 10011011 | 10100001 | 1010110 | 100 | 0 | 100101 | 10110111 | 1001100 | 100100 |
Color Harmonies of #169BA1
Complementary color
Monochromatic Colors of #169BA1
Black with #169BA1
Text Example
Text Example
White with #169BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169BA1; }
p { color: rgb(22,155,161); }
H1.HeaderClassName
{
color: #169BA1;
}
.AnyTagClassName
{
color: #169BA1;
}
</style>
background-color css
<style>
a { background-color: #169BA1; }
a { background-color: rgb(22,155,161); }
div.DivClassName
{
background-color: #169BA1;
}
.BgClassName
{
background-color: #169BA1;
}
</style>
border-color css
<style>
span { border-color: #169BA1; }
span { border-color: rgb(22,155,161); }
td.TdClassName
{
border-color: #169BA1;
}
.TagClassName
{
border-color: #169BA1;
}
</style>