Html Css Color HEX #106E76 Allports

📋 copy color: '#106E76'

red 16 ◦ green 110 ◦ blue 118

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

Shades of Allports #106E76

Tints of Allports #106E76

RGB

 RED value IS 16 (6.64% from 255) = 6.56%

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

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

R = 6.56%
G = 45.08%
B = 48.36%

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

#106E76 (or 0x106E76) is known color: Allports. HEX triplet: 10, 6E and 76. RGB value is (16,110,118). Sum of RGB (Red+Green+Blue) = 16+110+118=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 110 (43.36% from 255 or 45.08% 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 #106E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E76 is #EF9189. Grayscale: #525252. Windows color (decimal): -15700362 or 7761424. OLE color: 7761424.

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

Color convert

RGB 16 110 118 -
CMYK 0.86 0.07 0 0.54
HSL 184.71º 0.76% 0.26% -
HSV(B) 184.71º 0.86% 0.46% -
XYZ 9.06 12.57 19.09 -
YUV 82.81 147.86 80.35 -
System Red Green Blue C M Y K H S L
Decimal 16 110 118 0.86 0.07 0 0.54 184.71 0.76 0.26
Hex 10 6E 76 56 7 0 36 B9 4C 1A
Octal 20 156 166 126 7 0 66 271 114 32
Binary 10000 1101110 1110110 1010110 111 0 110110 10111001 1001100 11010

Color Harmonies of #106E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106E76

Black with #106E76

Text Example


Text Example

White with #106E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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