Shades of Allports #17768A
Tints of Allports #17768A
RGB
CMYK
RGB Variations
Color information
#17768A (or 0x17768A) is known color: Allports. HEX triplet: 17, 76 and 8A. RGB value is (23,118,138). Sum of RGB (Red+Green+Blue) = 23+118+138=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #17768A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17768A is #E88975. Grayscale: #5B5B5B. Windows color (decimal): -15239542 or 9074199. OLE color: 9074199.
HSL color Cylindrical-coordinate representation of color #17768A: hue angle of 190.43º 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 #17768A is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 118 | 138 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.46 |
| HSL | 190.43º | 0.71% | 0.32% | - |
| HSV(B) | 190.43º | 0.83% | 0.54% | - |
| XYZ | 11.42 | 14.97 | 26.33 | - |
| YUV | 91.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 138 | 0.83 | 0.14 | 0 | 0.46 | 190.43 | 0.71 | 0.32 |
| Hex | 17 | 76 | 8A | 53 | E | 0 | 2E | BE | 47 | 20 |
| Octal | 27 | 166 | 212 | 123 | 16 | 0 | 56 | 276 | 107 | 40 |
| Binary | 10111 | 1110110 | 10001010 | 1010011 | 1110 | 0 | 101110 | 10111110 | 1000111 | 100000 |
Color Harmonies of #17768A
Complementary color
Monochromatic Colors of #17768A
Black with #17768A
Text Example
Text Example
White with #17768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17768A; }
p { color: rgb(23,118,138); }
H1.HeaderClassName
{
color: #17768A;
}
.AnyTagClassName
{
color: #17768A;
}
</style>
background-color css
<style>
a { background-color: #17768A; }
a { background-color: rgb(23,118,138); }
div.DivClassName
{
background-color: #17768A;
}
.BgClassName
{
background-color: #17768A;
}
</style>
border-color css
<style>
span { border-color: #17768A; }
span { border-color: rgb(23,118,138); }
td.TdClassName
{
border-color: #17768A;
}
.TagClassName
{
border-color: #17768A;
}
</style>