Shades of Pelorous #1696A6
Tints of Pelorous #1696A6
RGB
CMYK
RGB Variations
Color information
#1696A6 (or 0x1696A6) is known color: Pelorous. HEX triplet: 16, 96 and A6. RGB value is (22,150,166). Sum of RGB (Red+Green+Blue) = 22+150+166=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #1696A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1696A6 is #E96959. Grayscale: #717171. Windows color (decimal): -15296858 or 10917398. OLE color: 10917398.
HSL color Cylindrical-coordinate representation of color #1696A6: hue angle of 186.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1696A6 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 150 | 166 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.35 |
| HSL | 186.67º | 0.77% | 0.37% | - |
| HSV(B) | 186.67º | 0.87% | 0.65% | - |
| XYZ | 18.12 | 24.74 | 39.9 | - |
| YUV | 113.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 166 | 0.87 | 0.10 | 0 | 0.35 | 186.67 | 0.77 | 0.37 |
| Hex | 16 | 96 | A6 | 57 | A | 0 | 23 | BB | 4D | 25 |
| Octal | 26 | 226 | 246 | 127 | 12 | 0 | 43 | 273 | 115 | 45 |
| Binary | 10110 | 10010110 | 10100110 | 1010111 | 1010 | 0 | 100011 | 10111011 | 1001101 | 100101 |
Color Harmonies of #1696A6
Complementary color
Monochromatic Colors of #1696A6
Black with #1696A6
Text Example
Text Example
White with #1696A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1696A6; }
p { color: rgb(22,150,166); }
H1.HeaderClassName
{
color: #1696A6;
}
.AnyTagClassName
{
color: #1696A6;
}
</style>
background-color css
<style>
a { background-color: #1696A6; }
a { background-color: rgb(22,150,166); }
div.DivClassName
{
background-color: #1696A6;
}
.BgClassName
{
background-color: #1696A6;
}
</style>
border-color css
<style>
span { border-color: #1696A6; }
span { border-color: rgb(22,150,166); }
td.TdClassName
{
border-color: #1696A6;
}
.TagClassName
{
border-color: #1696A6;
}
</style>