Shades of Allports #17697E
Tints of Allports #17697E
RGB
CMYK
RGB Variations
Color information
#17697E (or 0x17697E) is known color: Allports. HEX triplet: 17, 69 and 7E. RGB value is (23,105,126). Sum of RGB (Red+Green+Blue) = 23+105+126=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #17697E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17697E is #E89681. Grayscale: #525252. Windows color (decimal): -15242882 or 8284439. OLE color: 8284439.
HSL color Cylindrical-coordinate representation of color #17697E: hue angle of 192.23º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17697E is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 105 | 126 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.51 |
| HSL | 192.23º | 0.69% | 0.29% | - |
| HSV(B) | 192.23º | 0.82% | 0.49% | - |
| XYZ | 9.17 | 11.79 | 21.53 | - |
| YUV | 82.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 126 | 0.82 | 0.17 | 0 | 0.51 | 192.23 | 0.69 | 0.29 |
| Hex | 17 | 69 | 7E | 52 | 11 | 0 | 33 | C0 | 45 | 1D |
| Octal | 27 | 151 | 176 | 122 | 21 | 0 | 63 | 300 | 105 | 35 |
| Binary | 10111 | 1101001 | 1111110 | 1010010 | 10001 | 0 | 110011 | 11000000 | 1000101 | 11101 |
Color Harmonies of #17697E
Complementary color
Monochromatic Colors of #17697E
Black with #17697E
Text Example
Text Example
White with #17697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17697E; }
p { color: rgb(23,105,126); }
H1.HeaderClassName
{
color: #17697E;
}
.AnyTagClassName
{
color: #17697E;
}
</style>
background-color css
<style>
a { background-color: #17697E; }
a { background-color: rgb(23,105,126); }
div.DivClassName
{
background-color: #17697E;
}
.BgClassName
{
background-color: #17697E;
}
</style>
border-color css
<style>
span { border-color: #17697E; }
span { border-color: rgb(23,105,126); }
td.TdClassName
{
border-color: #17697E;
}
.TagClassName
{
border-color: #17697E;
}
</style>