Html Css Color HEX #116C76 Allports

📋 copy color: '#116C76'

red 17 ◦ green 108 ◦ blue 118

#116C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #116C76

Tints of Allports #116C76

RGB

 RED value IS 17 (7.03% from 255) = 7%

 GREEN value IS 108 (42.58% from 255) = 44.44%

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 7%
G = 44.44%
B = 48.56%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#116C76 (or 0x116C76) is known color: Allports. HEX triplet: 11, 6C and 76. RGB value is (17,108,118). Sum of RGB (Red+Green+Blue) = 17+108+118=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #116C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C76 is #EE9389. Grayscale: #515151. Windows color (decimal): -15635338 or 7760913. OLE color: 7760913.

HSL color Cylindrical-coordinate representation of color #116C76: hue angle of 185.94º 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 #116C76 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 108 118 -
CMYK 0.86 0.08 0 0.54
HSL 185.94º 0.75% 0.26% -
HSV(B) 185.94º 0.86% 0.46% -
XYZ 8.86 12.15 19.02 -
YUV 81.93 148.35 81.69 -
System Red Green Blue C M Y K H S L
Decimal 17 108 118 0.86 0.08 0 0.54 185.94 0.75 0.26
Hex 11 6C 76 56 8 0 36 BA 4B 1A
Octal 21 154 166 126 10 0 66 272 113 32
Binary 10001 1101100 1110110 1010110 1000 0 110110 10111010 1001011 11010

Color Harmonies of #116C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C76

Black with #116C76

Text Example


Text Example

White with #116C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #116C76;
 }
 .AnyTagClassName
 {
   color: #116C76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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