Html Css Color HEX #116D76 Allports

📋 copy color: '#116D76'

red 17 ◦ green 109 ◦ blue 118

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

Shades of Allports #116D76

Tints of Allports #116D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.67%

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

R = 6.97%
G = 44.67%
B = 48.36%

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

#116D76 (or 0x116D76) is known color: Allports. HEX triplet: 11, 6D and 76. RGB value is (17,109,118). Sum of RGB (Red+Green+Blue) = 17+109+118=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #116D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D76 is #EE9289. Grayscale: #525252. Windows color (decimal): -15635082 or 7761169. OLE color: 7761169.

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

Color convert

RGB 17 109 118 -
CMYK 0.86 0.08 0 0.54
HSL 185.35º 0.75% 0.26% -
HSV(B) 185.35º 0.86% 0.46% -
XYZ 8.97 12.36 19.05 -
YUV 82.52 148.02 81.27 -
System Red Green Blue C M Y K H S L
Decimal 17 109 118 0.86 0.08 0 0.54 185.35 0.75 0.26
Hex 11 6D 76 56 8 0 36 B9 4B 1A
Octal 21 155 166 126 10 0 66 271 113 32
Binary 10001 1101101 1110110 1010110 1000 0 110110 10111001 1001011 11010

Color Harmonies of #116D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D76

Black with #116D76

Text Example


Text Example

White with #116D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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