#A6DCB4

Color #A6DCB4 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A6DCB4

Tints of Chinook #A6DCB4

Color information

#A6DCB4 (or 0xA6DCB4) is unknown color: approx Chinook. HEX triplet: A6, DC and B4. RGB value is (166,220,180). Sum of RGB (Red+Green+Blue) = 166+220+180=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCB4 is #59234B. Grayscale: #C7C7C7. Windows color (decimal): -5841740 or 11852966. OLE color: 11852966.

HSL color Cylindrical-coordinate representation of color #A6DCB4: hue angle of 135.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCB4 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB166220180-
CMYK0.2500.180.14
HSL135.56º43.55%75.69%-
HSV(B)135.56º24.55%86.27%-
XYZ49.5662.5952.65-
YUV199.29117.11104.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.33%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=29.33%
G=38.87%
B=31.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662201800.2500.180.14135.5643.5575.69
HexA6DCB419012E882c4c
Octal246334264310221621054114
Binary101001101101110010110100110010100101110100010001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCB4; }

 p { color: rgb(166,220,180); }

 H1.HeaderClassName
 {
   color: #A6DCB4;
 }
 .AnyTagClassName
 {
   color: #A6DCB4;
 }
</style>
background-color css

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

 a { background-color: rgb(166,220,180); }

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

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

 span { border-color: rgb(166,220,180); }

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