#116D75

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

Shades of Allports #116D75

Tints of Allports #116D75

Color information

#116D75 (or 0x116D75) is unknown color: approx Allports. HEX triplet: 11, 6D and 75. RGB value is (17,109,117). Sum of RGB (Red+Green+Blue) = 17+109+117=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #116D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D75 is #EE928A. Grayscale: #525252. Windows color (decimal): -15635083 or 7695633. OLE color: 7695633.

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

Color convert

RGB17109117-
CMYK0.850.0700.54
HSL184.8º74.63%26.27%-
HSV(B)184.8º85.47%45.88%-
XYZ8.9112.3418.74-
YUV82.4147.5281.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=7.00%
G=44.86%
B=48.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171091170.850.0700.54184.874.6326.27
Hex116D75557036b94b1a
Octal21155165125706627111332
Binary10001110110111101011010101111011011010111001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,109,117); }

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

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

 a { background-color: rgb(17,109,117); }

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

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

 span { border-color: rgb(17,109,117); }

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