Shades of Java #169289
Tints of Java #169289
RGB
CMYK
RGB Variations
Color information
#169289 (or 0x169289) is known color: Java. HEX triplet: 16, 92 and 89. RGB value is (22,146,137). Sum of RGB (Red+Green+Blue) = 22+146+137=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #169289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169289 is #E96D76. Grayscale: #6B6B6B. Windows color (decimal): -15297911 or 9015830. OLE color: 9015830.
HSL color Cylindrical-coordinate representation of color #169289: hue angle of 175.65º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169289 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 146 | 137 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.43 |
| HSL | 175.65º | 0.74% | 0.33% | - |
| HSV(B) | 175.65º | 0.85% | 0.57% | - |
| XYZ | 15.13 | 22.53 | 27.22 | - |
| YUV | 107.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 137 | 0.85 | 0 | 0.06 | 0.43 | 175.65 | 0.74 | 0.33 |
| Hex | 16 | 92 | 89 | 55 | 0 | 6 | 2B | B0 | 4A | 21 |
| Octal | 26 | 222 | 211 | 125 | 0 | 6 | 53 | 260 | 112 | 41 |
| Binary | 10110 | 10010010 | 10001001 | 1010101 | 0 | 110 | 101011 | 10110000 | 1001010 | 100001 |
Color Harmonies of #169289
Complementary color
Monochromatic Colors of #169289
Black with #169289
Text Example
Text Example
White with #169289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169289; }
p { color: rgb(22,146,137); }
H1.HeaderClassName
{
color: #169289;
}
.AnyTagClassName
{
color: #169289;
}
</style>
background-color css
<style>
a { background-color: #169289; }
a { background-color: rgb(22,146,137); }
div.DivClassName
{
background-color: #169289;
}
.BgClassName
{
background-color: #169289;
}
</style>
border-color css
<style>
span { border-color: #169289; }
span { border-color: rgb(22,146,137); }
td.TdClassName
{
border-color: #169289;
}
.TagClassName
{
border-color: #169289;
}
</style>