Shades of Java #169485
Tints of Java #169485
RGB
CMYK
RGB Variations
Color information
#169485 (or 0x169485) is known color: Java. HEX triplet: 16, 94 and 85. RGB value is (22,148,133). Sum of RGB (Red+Green+Blue) = 22+148+133=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #169485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169485 is #E96B7A. Grayscale: #6C6C6C. Windows color (decimal): -15297403 or 8754198. OLE color: 8754198.
HSL color Cylindrical-coordinate representation of color #169485: hue angle of 172.86º 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 #169485 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 133 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.42 |
| HSL | 172.86º | 0.74% | 0.33% | - |
| HSV(B) | 172.86º | 0.85% | 0.58% | - |
| XYZ | 15.15 | 23.04 | 25.84 | - |
| YUV | 108.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 133 | 0.85 | 0 | 0.10 | 0.42 | 172.86 | 0.74 | 0.33 |
| Hex | 16 | 94 | 85 | 55 | 0 | A | 2A | AD | 4A | 21 |
| Octal | 26 | 224 | 205 | 125 | 0 | 12 | 52 | 255 | 112 | 41 |
| Binary | 10110 | 10010100 | 10000101 | 1010101 | 0 | 1010 | 101010 | 10101101 | 1001010 | 100001 |
Color Harmonies of #169485
Complementary color
Monochromatic Colors of #169485
Black with #169485
Text Example
Text Example
White with #169485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169485; }
p { color: rgb(22,148,133); }
H1.HeaderClassName
{
color: #169485;
}
.AnyTagClassName
{
color: #169485;
}
</style>
background-color css
<style>
a { background-color: #169485; }
a { background-color: rgb(22,148,133); }
div.DivClassName
{
background-color: #169485;
}
.BgClassName
{
background-color: #169485;
}
</style>
border-color css
<style>
span { border-color: #169485; }
span { border-color: rgb(22,148,133); }
td.TdClassName
{
border-color: #169485;
}
.TagClassName
{
border-color: #169485;
}
</style>