#A3DAB3

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

Shades of Chinook #A3DAB3

Tints of Chinook #A3DAB3

Color information

#A3DAB3 (or 0xA3DAB3) is unknown color: approx Chinook. HEX triplet: A3, DA and B3. RGB value is (163,218,179). Sum of RGB (Red+Green+Blue) = 163+218+179=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DAB3 is #5C254C. Grayscale: #C5C5C5. Windows color (decimal): -6038861 or 11786915. OLE color: 11786915.

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

Color convert

RGB163218179-
CMYK0.2500.180.15
HSL137.45º42.64%74.71%-
HSV(B)137.45º25.23%85.49%-
XYZ48.3161.1851.91-
YUV197.11117.78103.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 179 (70.31% from 255) = 31.96%
R=29.11%
G=38.93%
B=31.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632181790.2500.180.15137.4542.6474.71
HexA3DAB319012F892b4b
Octal243332263310221721153113
Binary101000111101101010110011110010100101111100010011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DAB3; }

 p { color: rgb(163,218,179); }

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

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

 a { background-color: rgb(163,218,179); }

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

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

 span { border-color: rgb(163,218,179); }

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