Html Css Color HEX #116E76 Allports

📋 copy color: '#116E76'

red 17 ◦ green 110 ◦ blue 118

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

Shades of Allports #116E76

Tints of Allports #116E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.9%

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

R = 6.94%
G = 44.9%
B = 48.16%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#116E76 (or 0x116E76) is known color: Allports. HEX triplet: 11, 6E and 76. RGB value is (17,110,118). Sum of RGB (Red+Green+Blue) = 17+110+118=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #116E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E76 is #EE9189. Grayscale: #525252. Windows color (decimal): -15634826 or 7761425. OLE color: 7761425.

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

Color convert

RGB 17 110 118 -
CMYK 0.86 0.07 0 0.54
HSL 184.75º 0.75% 0.26% -
HSV(B) 184.75º 0.86% 0.46% -
XYZ 9.08 12.58 19.09 -
YUV 83.11 147.69 80.85 -
System Red Green Blue C M Y K H S L
Decimal 17 110 118 0.86 0.07 0 0.54 184.75 0.75 0.26
Hex 11 6E 76 56 7 0 36 B9 4B 1A
Octal 21 156 166 126 7 0 66 271 113 32
Binary 10001 1101110 1110110 1010110 111 0 110110 10111001 1001011 11010

Color Harmonies of #116E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E76

Black with #116E76

Text Example


Text Example

White with #116E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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