#116A7A

Color #116A7A Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #116A7A

Tints of Allports #116A7A

Color information

#116A7A (or 0x116A7A) is unknown color: approx Allports. HEX triplet: 11, 6A and 7A. RGB value is (17,106,122). Sum of RGB (Red+Green+Blue) = 17+106+122=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #116A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A7A is #EE9585. Grayscale: #515151. Windows color (decimal): -15635846 or 8022545. OLE color: 8022545.

HSL color Cylindrical-coordinate representation of color #116A7A: hue angle of 189.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116A7A is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB17106122-
CMYK0.860.1300.52
HSL189.14º75.54%27.25%-
HSV(B)189.14º86.07%47.84%-
XYZ8.911.8320.23-
YUV81.21151.0182.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 106 (41.80% from 255) = 43.27%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=6.94%
G=43.27%
B=49.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal171061220.860.1300.52189.1475.5427.25
Hex116A7A56D034bd4c1b
Octal211521721261506427511433
Binary100011101010111101010101101101011010010111101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116A7A; }

 p { color: rgb(17,106,122); }

 H1.HeaderClassName
 {
   color: #116A7A;
 }
 .AnyTagClassName
 {
   color: #116A7A;
 }
</style>
background-color css

<style>
 a { background-color: #116A7A; }

 a { background-color: rgb(17,106,122); }

 div.DivClassName
 {
   background-color: #116A7A;
 }
 .BgClassName
 {
   background-color: #116A7A;
 }
</style>
border-color css

<style>
 span { border-color: #116A7A; }

 span { border-color: rgb(17,106,122); }

 td.TdClassName
 {
   border-color: #116A7A;
 }
 .TagClassName
 {
   border-color: #116A7A;
 }
</style>