Html Css Color HEX #116D77 Allports

📋 copy color: '#116D77'

red 17 ◦ green 109 ◦ blue 119

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

Shades of Allports #116D77

Tints of Allports #116D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.57%

R = 6.94%
G = 44.49%
B = 48.57%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#116D77 (or 0x116D77) is known color: Allports. HEX triplet: 11, 6D and 77. RGB value is (17,109,119). Sum of RGB (Red+Green+Blue) = 17+109+119=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #116D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D77 is #EE9288. Grayscale: #525252. Windows color (decimal): -15635081 or 7826705. OLE color: 7826705.

HSL color Cylindrical-coordinate representation of color #116D77: hue angle of 185.88º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116D77 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 109 119 -
CMYK 0.86 0.08 0 0.53
HSL 185.88º 0.75% 0.27% -
HSV(B) 185.88º 0.86% 0.47% -
XYZ 9.03 12.39 19.37 -
YUV 82.63 148.52 81.19 -
System Red Green Blue C M Y K H S L
Decimal 17 109 119 0.86 0.08 0 0.53 185.88 0.75 0.27
Hex 11 6D 77 56 8 0 35 BA 4B 1B
Octal 21 155 167 126 10 0 65 272 113 33
Binary 10001 1101101 1110111 1010110 1000 0 110101 10111010 1001011 11011

Color Harmonies of #116D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D77

Black with #116D77

Text Example


Text Example

White with #116D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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