Shades of Java #1697A1
Tints of Java #1697A1
RGB
CMYK
RGB Variations
Color information
#1697A1 (or 0x1697A1) is known color: Java. HEX triplet: 16, 97 and A1. RGB value is (22,151,161). Sum of RGB (Red+Green+Blue) = 22+151+161=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #1697A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1697A1 is #E9685E. Grayscale: #717171. Windows color (decimal): -15296607 or 10589974. OLE color: 10589974.
HSL color Cylindrical-coordinate representation of color #1697A1: hue angle of 184.32º 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 #1697A1 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 151 | 161 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.37 |
| HSL | 184.32º | 0.76% | 0.36% | - |
| HSV(B) | 184.32º | 0.86% | 0.63% | - |
| XYZ | 17.83 | 24.88 | 37.58 | - |
| YUV | 113.57 | 154.76 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 161 | 0.86 | 0.06 | 0 | 0.37 | 184.32 | 0.76 | 0.36 |
| Hex | 16 | 97 | A1 | 56 | 6 | 0 | 25 | B8 | 4C | 24 |
| Octal | 26 | 227 | 241 | 126 | 6 | 0 | 45 | 270 | 114 | 44 |
| Binary | 10110 | 10010111 | 10100001 | 1010110 | 110 | 0 | 100101 | 10111000 | 1001100 | 100100 |
Color Harmonies of #1697A1
Complementary color
Monochromatic Colors of #1697A1
Black with #1697A1
Text Example
Text Example
White with #1697A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1697A1; }
p { color: rgb(22,151,161); }
H1.HeaderClassName
{
color: #1697A1;
}
.AnyTagClassName
{
color: #1697A1;
}
</style>
background-color css
<style>
a { background-color: #1697A1; }
a { background-color: rgb(22,151,161); }
div.DivClassName
{
background-color: #1697A1;
}
.BgClassName
{
background-color: #1697A1;
}
</style>
border-color css
<style>
span { border-color: #1697A1; }
span { border-color: rgb(22,151,161); }
td.TdClassName
{
border-color: #1697A1;
}
.TagClassName
{
border-color: #1697A1;
}
</style>