Html Css Color HEX #116E78 Allports

📋 copy color: '#116E78'

red 17 ◦ green 110 ◦ blue 120

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

Shades of Allports #116E78

Tints of Allports #116E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.58%

R = 6.88%
G = 44.53%
B = 48.58%

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

#116E78 (or 0x116E78) is known color: Allports. HEX triplet: 11, 6E and 78. RGB value is (17,110,120). Sum of RGB (Red+Green+Blue) = 17+110+120=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #116E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E78 is #EE9187. Grayscale: #535353. Windows color (decimal): -15634824 or 7892497. OLE color: 7892497.

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

Color convert

RGB 17 110 120 -
CMYK 0.86 0.08 0 0.53
HSL 185.83º 0.75% 0.27% -
HSV(B) 185.83º 0.86% 0.47% -
XYZ 9.2 12.63 19.72 -
YUV 83.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 17 110 120 0.86 0.08 0 0.53 185.83 0.75 0.27
Hex 11 6E 78 56 8 0 35 BA 4B 1B
Octal 21 156 170 126 10 0 65 272 113 33
Binary 10001 1101110 1111000 1010110 1000 0 110101 10111010 1001011 11011

Color Harmonies of #116E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E78

Black with #116E78

Text Example


Text Example

White with #116E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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