#116B76

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

Shades of Allports #116B76

Tints of Allports #116B76

Color information

#116B76 (or 0x116B76) is unknown color: approx Allports. HEX triplet: 11, 6B and 76. RGB value is (17,107,118). Sum of RGB (Red+Green+Blue) = 17+107+118=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #116B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B76 is #EE9489. Grayscale: #515151. Windows color (decimal): -15635594 or 7760657. OLE color: 7760657.

HSL color Cylindrical-coordinate representation of color #116B76: hue angle of 186.53º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116B76 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB17107118-
CMYK0.860.0900.54
HSL186.53º74.81%26.47%-
HSV(B)186.53º85.59%46.27%-
XYZ8.7611.9418.98-
YUV81.34148.6882.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.02%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=7.02%
G=44.21%
B=48.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171071180.860.0900.54186.5374.8126.47
Hex116B76569036bb4b1a
Octal211531661261106627311332
Binary100011101011111011010101101001011011010111011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,107,118); }

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

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

 a { background-color: rgb(17,107,118); }

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

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

 span { border-color: rgb(17,107,118); }

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