#A0DAAB

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

Shades of Chinook #A0DAAB

Tints of Chinook #A0DAAB

Color information

#A0DAAB (or 0xA0DAAB) is unknown color: approx Chinook. HEX triplet: A0, DA and AB. RGB value is (160,218,171). Sum of RGB (Red+Green+Blue) = 160+218+171=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DAAB is #5F2554. Grayscale: #C3C3C3. Windows color (decimal): -6235477 or 11262624. OLE color: 11262624.

HSL color Cylindrical-coordinate representation of color #A0DAAB: hue angle of 131.38º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DAAB is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB160218171-
CMYK0.2700.220.15
HSL131.38º43.94%74.12%-
HSV(B)131.38º26.61%85.49%-
XYZ46.9260.5647.74-
YUV195.3114.28102.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.14%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=29.14%
G=39.71%
B=31.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602181710.2700.220.15131.3843.9474.12
HexA0DAAB1B016F832c4a
Octal240332253330261720354112
Binary101000001101101010101011110110101101111100000111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DAAB; }

 p { color: rgb(160,218,171); }

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

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

 a { background-color: rgb(160,218,171); }

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

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

 span { border-color: rgb(160,218,171); }

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