#A6DCB3

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

Shades of Chinook #A6DCB3

Tints of Chinook #A6DCB3

Color information

#A6DCB3 (or 0xA6DCB3) is unknown color: approx Chinook. HEX triplet: A6, DC and B3. RGB value is (166,220,179). Sum of RGB (Red+Green+Blue) = 166+220+179=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCB3 is #59234C. Grayscale: #C7C7C7. Windows color (decimal): -5841741 or 11787430. OLE color: 11787430.

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

Color convert

RGB166220179-
CMYK0.2500.190.14
HSL134.44º43.55%75.69%-
HSV(B)134.44º24.55%86.27%-
XYZ49.4662.5552.11-
YUV199.18116.61104.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=29.38%
G=38.94%
B=31.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662201790.2500.190.14134.4443.5575.69
HexA6DCB319013E862c4c
Octal246334263310231620654114
Binary101001101101110010110011110010100111110100001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCB3; }

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

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

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

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

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

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

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

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