#116f7c

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

Shades of Allports #116F7C

Tints of Allports #116F7C

Color information

#116F7C (or 0x116F7C) is unknown color: approx Allports. HEX triplet: 11, 6F and 7C. RGB value is (17,111,124). Sum of RGB (Red+Green+Blue) = 17+111+124=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #116F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F7C is #EE9083. Grayscale: #545454. Windows color (decimal): -15634564 or 8154897. OLE color: 8154897.

HSL color Cylindrical-coordinate representation of color #116F7C: hue angle of 187.29º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116F7C is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB17111124-
CMYK0.860.1000.51
HSL187.29º75.89%27.65%-
HSV(B)187.29º86.29%48.63%-
XYZ9.5512.9421.06-
YUV84.38150.3679.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 111 (43.75% from 255) = 44.05%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=6.75%
G=44.05%
B=49.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal171111240.860.1000.51187.2975.8927.65
Hex116F7C56A033bb4c1c
Octal211571741261206327311434
Binary100011101111111110010101101010011001110111011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,111,124); }

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

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

 a { background-color: rgb(17,111,124); }

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

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

 span { border-color: rgb(17,111,124); }

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