Shades of Java #169492
Tints of Java #169492
RGB
CMYK
RGB Variations
Color information
#169492 (or 0x169492) is known color: Java. HEX triplet: 16, 94 and 92. RGB value is (22,148,146). Sum of RGB (Red+Green+Blue) = 22+148+146=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #169492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169492 is #E96B6D. Grayscale: #6D6D6D. Windows color (decimal): -15297390 or 9606166. OLE color: 9606166.
HSL color Cylindrical-coordinate representation of color #169492: hue angle of 179.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169492 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 146 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.42 |
| HSL | 179.05º | 0.74% | 0.33% | - |
| HSV(B) | 179.05º | 0.85% | 0.58% | - |
| XYZ | 16.11 | 23.43 | 30.87 | - |
| YUV | 110.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 146 | 0.85 | 0 | 0.01 | 0.42 | 179.05 | 0.74 | 0.33 |
| Hex | 16 | 94 | 92 | 55 | 0 | 1 | 2A | B3 | 4A | 21 |
| Octal | 26 | 224 | 222 | 125 | 0 | 1 | 52 | 263 | 112 | 41 |
| Binary | 10110 | 10010100 | 10010010 | 1010101 | 0 | 1 | 101010 | 10110011 | 1001010 | 100001 |
Color Harmonies of #169492
Complementary color
Monochromatic Colors of #169492
Black with #169492
Text Example
Text Example
White with #169492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169492; }
p { color: rgb(22,148,146); }
H1.HeaderClassName
{
color: #169492;
}
.AnyTagClassName
{
color: #169492;
}
</style>
background-color css
<style>
a { background-color: #169492; }
a { background-color: rgb(22,148,146); }
div.DivClassName
{
background-color: #169492;
}
.BgClassName
{
background-color: #169492;
}
</style>
border-color css
<style>
span { border-color: #169492; }
span { border-color: rgb(22,148,146); }
td.TdClassName
{
border-color: #169492;
}
.TagClassName
{
border-color: #169492;
}
</style>