#A6D8B0

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

Shades of Chinook #A6D8B0

Tints of Chinook #A6D8B0

Color information

#A6D8B0 (or 0xA6D8B0) is unknown color: approx Chinook. HEX triplet: A6, D8 and B0. RGB value is (166,216,176). Sum of RGB (Red+Green+Blue) = 166+216+176=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D8B0 is #59274F. Grayscale: #C4C4C4. Windows color (decimal): -5842768 or 11589798. OLE color: 11589798.

HSL color Cylindrical-coordinate representation of color #A6D8B0: hue angle of 132º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8B0 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB166216176-
CMYK0.2300.190.15
HSL132º39.06%74.9%-
HSV(B)132º23.15%84.71%-
XYZ48.1260.3550.19-
YUV196.49116.44106.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 216 (84.77% from 255) = 38.71%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=29.75%
G=38.71%
B=31.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161760.2300.190.1513239.0674.9
HexA6D8B017013F84274b
Octal246330260270231720447113
Binary101001101101100010110000101110100111111100001001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8B0; }

 p { color: rgb(166,216,176); }

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

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

 a { background-color: rgb(166,216,176); }

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

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

 span { border-color: rgb(166,216,176); }

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