#A5DAB4

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

Shades of Chinook #A5DAB4

Tints of Chinook #A5DAB4

Color information

#A5DAB4 (or 0xA5DAB4) is unknown color: approx Chinook. HEX triplet: A5, DA and B4. RGB value is (165,218,180). Sum of RGB (Red+Green+Blue) = 165+218+180=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DAB4 is #5A254B. Grayscale: #C5C5C5. Windows color (decimal): -5907788 or 11852453. OLE color: 11852453.

HSL color Cylindrical-coordinate representation of color #A5DAB4: hue angle of 136.98º degrees, saturation: 0.42, 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 #A5DAB4 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB165218180-
CMYK0.2400.170.15
HSL136.98º41.73%75.1%-
HSV(B)136.98º24.31%85.49%-
XYZ48.8361.4452.47-
YUV197.82117.94104.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.31%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=29.31%
G=38.72%
B=31.97%

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
Decimal1652181800.2400.170.15136.9841.7375.1
HexA5DAB418011F892a4b
Octal245332264300211721152113
Binary101001011101101010110100110000100011111100010011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DAB4; }

 p { color: rgb(165,218,180); }

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

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

 a { background-color: rgb(165,218,180); }

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

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

 span { border-color: rgb(165,218,180); }

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