Shades of Java #169288
Tints of Java #169288
RGB
CMYK
RGB Variations
Color information
#169288 (or 0x169288) is known color: Java. HEX triplet: 16, 92 and 88. RGB value is (22,146,136). Sum of RGB (Red+Green+Blue) = 22+146+136=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #169288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169288 is #E96D77. Grayscale: #6B6B6B. Windows color (decimal): -15297912 or 8950294. OLE color: 8950294.
HSL color Cylindrical-coordinate representation of color #169288: hue angle of 175.16º 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 #169288 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 146 | 136 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.43 |
| HSL | 175.16º | 0.74% | 0.33% | - |
| HSV(B) | 175.16º | 0.85% | 0.57% | - |
| XYZ | 15.05 | 22.51 | 26.84 | - |
| YUV | 107.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 136 | 0.85 | 0 | 0.07 | 0.43 | 175.16 | 0.74 | 0.33 |
| Hex | 16 | 92 | 88 | 55 | 0 | 7 | 2B | AF | 4A | 21 |
| Octal | 26 | 222 | 210 | 125 | 0 | 7 | 53 | 257 | 112 | 41 |
| Binary | 10110 | 10010010 | 10001000 | 1010101 | 0 | 111 | 101011 | 10101111 | 1001010 | 100001 |
Color Harmonies of #169288
Complementary color
Monochromatic Colors of #169288
Black with #169288
Text Example
Text Example
White with #169288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169288; }
p { color: rgb(22,146,136); }
H1.HeaderClassName
{
color: #169288;
}
.AnyTagClassName
{
color: #169288;
}
</style>
background-color css
<style>
a { background-color: #169288; }
a { background-color: rgb(22,146,136); }
div.DivClassName
{
background-color: #169288;
}
.BgClassName
{
background-color: #169288;
}
</style>
border-color css
<style>
span { border-color: #169288; }
span { border-color: rgb(22,146,136); }
td.TdClassName
{
border-color: #169288;
}
.TagClassName
{
border-color: #169288;
}
</style>