Html Css Color HEX #166376 Allports

📋 copy color: '#166376'

red 22 ◦ green 99 ◦ blue 118

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

Shades of Allports #166376

Tints of Allports #166376

RGB

 RED value IS 22 (8.98% from 255) = 9.21%

 GREEN value IS 99 (39.06% from 255) = 41.42%

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

R = 9.21%
G = 41.42%
B = 49.37%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#166376 (or 0x166376) is known color: Allports. HEX triplet: 16, 63 and 76. RGB value is (22,99,118). Sum of RGB (Red+Green+Blue) = 22+99+118=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #166376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166376 is #E99C89. Grayscale: #4D4D4D. Windows color (decimal): -15309962 or 7758614. OLE color: 7758614.

HSL color Cylindrical-coordinate representation of color #166376: hue angle of 191.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166376 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 99 118 -
CMYK 0.81 0.16 0 0.54
HSL 191.88º 0.69% 0.27% -
HSV(B) 191.88º 0.81% 0.46% -
XYZ 8.06 10.4 18.72 -
YUV 78.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 22 99 118 0.81 0.16 0 0.54 191.88 0.69 0.27
Hex 16 63 76 51 10 0 36 C0 45 1B
Octal 26 143 166 121 20 0 66 300 105 33
Binary 10110 1100011 1110110 1010001 10000 0 110110 11000000 1000101 11011

Color Harmonies of #166376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166376

Black with #166376

Text Example


Text Example

White with #166376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166376; }

 p { color: rgb(22,99,118); }

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

background-color css

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

 a { background-color: rgb(22,99,118); }

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

border-color css

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

 span { border-color: rgb(22,99,118); }

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