#A0D8AB

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

Shades of Chinook #A0D8AB

Tints of Chinook #A0D8AB

Color information

#A0D8AB (or 0xA0D8AB) is unknown color: approx Chinook. HEX triplet: A0, D8 and AB. RGB value is (160,216,171). Sum of RGB (Red+Green+Blue) = 160+216+171=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D8AB is #5F2754. Grayscale: #C2C2C2. Windows color (decimal): -6235989 or 11262112. OLE color: 11262112.

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

Color convert

RGB160216171-
CMYK0.2600.210.15
HSL131.79º41.79%73.73%-
HSV(B)131.79º25.93%84.71%-
XYZ46.459.5347.57-
YUV194.13114.95103.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=29.25%
G=39.49%
B=31.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602161710.2600.210.15131.7941.7973.73
HexA0D8AB1A015F842a4a
Octal240330253320251720452112
Binary101000001101100010101011110100101011111100001001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D8AB; }

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

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

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

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

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

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

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

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