Shades of Allports #17718A
Tints of Allports #17718A
RGB
CMYK
RGB Variations
Color information
#17718A (or 0x17718A) is known color: Allports. HEX triplet: 17, 71 and 8A. RGB value is (23,113,138). Sum of RGB (Red+Green+Blue) = 23+113+138=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #17718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17718A is #E88E75. Grayscale: #585858. Windows color (decimal): -15240822 or 9072919. OLE color: 9072919.
HSL color Cylindrical-coordinate representation of color #17718A: hue angle of 193.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17718A is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 113 | 138 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.46 |
| HSL | 193.04º | 0.71% | 0.32% | - |
| HSV(B) | 193.04º | 0.83% | 0.54% | - |
| XYZ | 10.85 | 13.83 | 26.14 | - |
| YUV | 88.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 138 | 0.83 | 0.18 | 0 | 0.46 | 193.04 | 0.71 | 0.32 |
| Hex | 17 | 71 | 8A | 53 | 12 | 0 | 2E | C1 | 47 | 20 |
| Octal | 27 | 161 | 212 | 123 | 22 | 0 | 56 | 301 | 107 | 40 |
| Binary | 10111 | 1110001 | 10001010 | 1010011 | 10010 | 0 | 101110 | 11000001 | 1000111 | 100000 |
Color Harmonies of #17718A
Complementary color
Monochromatic Colors of #17718A
Black with #17718A
Text Example
Text Example
White with #17718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17718A; }
p { color: rgb(23,113,138); }
H1.HeaderClassName
{
color: #17718A;
}
.AnyTagClassName
{
color: #17718A;
}
</style>
background-color css
<style>
a { background-color: #17718A; }
a { background-color: rgb(23,113,138); }
div.DivClassName
{
background-color: #17718A;
}
.BgClassName
{
background-color: #17718A;
}
</style>
border-color css
<style>
span { border-color: #17718A; }
span { border-color: rgb(23,113,138); }
td.TdClassName
{
border-color: #17718A;
}
.TagClassName
{
border-color: #17718A;
}
</style>