Html Css Color HEX #106676 Allports

📋 copy color: '#106676'

red 16 ◦ green 102 ◦ blue 118

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

Shades of Allports #106676

Tints of Allports #106676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.22%

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

R = 6.78%
G = 43.22%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#106676 (or 0x106676) is known color: Allports. HEX triplet: 10, 66 and 76. RGB value is (16,102,118). Sum of RGB (Red+Green+Blue) = 16+102+118=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #106676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106676 is #EF9989. Grayscale: #4D4D4D. Windows color (decimal): -15702410 or 7759376. OLE color: 7759376.

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

Color convert

RGB 16 102 118 -
CMYK 0.86 0.14 0 0.54
HSL 189.41º 0.76% 0.26% -
HSV(B) 189.41º 0.86% 0.46% -
XYZ 8.24 10.92 18.81 -
YUV 78.11 150.51 83.7 -
System Red Green Blue C M Y K H S L
Decimal 16 102 118 0.86 0.14 0 0.54 189.41 0.76 0.26
Hex 10 66 76 56 E 0 36 BD 4C 1A
Octal 20 146 166 126 16 0 66 275 114 32
Binary 10000 1100110 1110110 1010110 1110 0 110110 10111101 1001100 11010

Color Harmonies of #106676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106676

Black with #106676

Text Example


Text Example

White with #106676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106676; }

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

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

background-color css

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

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

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

border-color css

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

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

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