Shades of Allports #117888
Tints of Allports #117888
RGB
CMYK
RGB Variations
Color information
#117888 (or 0x117888) is known color: Allports. HEX triplet: 11, 78 and 88. RGB value is (17,120,136). Sum of RGB (Red+Green+Blue) = 17+120+136=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #117888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117888 is #EE8777. Grayscale: #5A5A5A. Windows color (decimal): -15632248 or 8943633. OLE color: 8943633.
HSL color Cylindrical-coordinate representation of color #117888: hue angle of 188.07º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117888 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 120 | 136 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.47 |
| HSL | 188.07º | 0.78% | 0.3% | - |
| HSV(B) | 188.07º | 0.88% | 0.53% | - |
| XYZ | 11.39 | 15.33 | 25.65 | - |
| YUV | 91.03 | 153.38 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 136 | 0.87 | 0.12 | 0 | 0.47 | 188.07 | 0.78 | 0.3 |
| Hex | 11 | 78 | 88 | 57 | C | 0 | 2F | BC | 4E | 1E |
| Octal | 21 | 170 | 210 | 127 | 14 | 0 | 57 | 274 | 116 | 36 |
| Binary | 10001 | 1111000 | 10001000 | 1010111 | 1100 | 0 | 101111 | 10111100 | 1001110 | 11110 |
Color Harmonies of #117888
Complementary color
Monochromatic Colors of #117888
Black with #117888
Text Example
Text Example
White with #117888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117888; }
p { color: rgb(17,120,136); }
H1.HeaderClassName
{
color: #117888;
}
.AnyTagClassName
{
color: #117888;
}
</style>
background-color css
<style>
a { background-color: #117888; }
a { background-color: rgb(17,120,136); }
div.DivClassName
{
background-color: #117888;
}
.BgClassName
{
background-color: #117888;
}
</style>
border-color css
<style>
span { border-color: #117888; }
span { border-color: rgb(17,120,136); }
td.TdClassName
{
border-color: #117888;
}
.TagClassName
{
border-color: #117888;
}
</style>