Html Css Color HEX #116B7F Allports

📋 copy color: '#116B7F'

red 17 ◦ green 107 ◦ blue 127

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

Shades of Allports #116B7F

Tints of Allports #116B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.63%

 BLUE value IS 127 (50% from 255) = 50.6%

R = 6.77%
G = 42.63%
B = 50.6%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#116B7F (or 0x116B7F) is known color: Allports. HEX triplet: 11, 6B and 7F. RGB value is (17,107,127). Sum of RGB (Red+Green+Blue) = 17+107+127=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #116B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B7F is #EE9480. Grayscale: #525252. Windows color (decimal): -15635585 or 8350481. OLE color: 8350481.

HSL color Cylindrical-coordinate representation of color #116B7F: hue angle of 190.91º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116B7F is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 107 127 -
CMYK 0.87 0.16 0 0.50
HSL 190.91º 0.76% 0.28% -
HSV(B) 190.91º 0.87% 0.5% -
XYZ 9.32 12.17 21.94 -
YUV 82.37 153.18 81.37 -
System Red Green Blue C M Y K H S L
Decimal 17 107 127 0.87 0.16 0 0.50 190.91 0.76 0.28
Hex 11 6B 7F 57 10 0 32 BF 4C 1C
Octal 21 153 177 127 20 0 62 277 114 34
Binary 10001 1101011 1111111 1010111 10000 0 110010 10111111 1001100 11100

Color Harmonies of #116B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B7F

Black with #116B7F

Text Example


Text Example

White with #116B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,107,127); }

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

background-color css

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

 a { background-color: rgb(17,107,127); }

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

border-color css

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

 span { border-color: rgb(17,107,127); }

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