#A6DAB5

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

Shades of Chinook #A6DAB5

Tints of Chinook #A6DAB5

Color information

#A6DAB5 (or 0xA6DAB5) is unknown color: approx Chinook. HEX triplet: A6, DA and B5. RGB value is (166,218,181). Sum of RGB (Red+Green+Blue) = 166+218+181=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DAB5 is #59254A. Grayscale: #C6C6C6. Windows color (decimal): -5842251 or 11917990. OLE color: 11917990.

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

Color convert

RGB166218181-
CMYK0.2400.170.15
HSL137.31º41.27%75.29%-
HSV(B)137.31º23.85%85.49%-
XYZ49.1461.5953.01-
YUV198.23118.27105.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=29.38%
G=38.58%
B=32.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662181810.2400.170.15137.3141.2775.29
HexA6DAB518011F89294b
Octal246332265300211721151113
Binary101001101101101010110101110000100011111100010011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DAB5; }

 p { color: rgb(166,218,181); }

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

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

 a { background-color: rgb(166,218,181); }

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

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

 span { border-color: rgb(166,218,181); }

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