Shades of Allports #17707F
Tints of Allports #17707F
RGB
CMYK
RGB Variations
Color information
#17707F (or 0x17707F) is known color: Allports. HEX triplet: 17, 70 and 7F. RGB value is (23,112,127). Sum of RGB (Red+Green+Blue) = 23+112+127=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #17707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17707F is #E88F80. Grayscale: #565656. Windows color (decimal): -15241089 or 8351767. OLE color: 8351767.
HSL color Cylindrical-coordinate representation of color #17707F: hue angle of 188.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17707F is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 112 | 127 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.50 |
| HSL | 188.65º | 0.69% | 0.29% | - |
| HSV(B) | 188.65º | 0.82% | 0.5% | - |
| XYZ | 9.98 | 13.3 | 22.12 | - |
| YUV | 87.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 127 | 0.82 | 0.12 | 0 | 0.50 | 188.65 | 0.69 | 0.29 |
| Hex | 17 | 70 | 7F | 52 | C | 0 | 32 | BD | 45 | 1D |
| Octal | 27 | 160 | 177 | 122 | 14 | 0 | 62 | 275 | 105 | 35 |
| Binary | 10111 | 1110000 | 1111111 | 1010010 | 1100 | 0 | 110010 | 10111101 | 1000101 | 11101 |
Color Harmonies of #17707F
Complementary color
Monochromatic Colors of #17707F
Black with #17707F
Text Example
Text Example
White with #17707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17707F; }
p { color: rgb(23,112,127); }
H1.HeaderClassName
{
color: #17707F;
}
.AnyTagClassName
{
color: #17707F;
}
</style>
background-color css
<style>
a { background-color: #17707F; }
a { background-color: rgb(23,112,127); }
div.DivClassName
{
background-color: #17707F;
}
.BgClassName
{
background-color: #17707F;
}
</style>
border-color css
<style>
span { border-color: #17707F; }
span { border-color: rgb(23,112,127); }
td.TdClassName
{
border-color: #17707F;
}
.TagClassName
{
border-color: #17707F;
}
</style>