#A2D6B0

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

Shades of Chinook #A2D6B0

Tints of Chinook #A2D6B0

Color information

#A2D6B0 (or 0xA2D6B0) is unknown color: approx Chinook. HEX triplet: A2, D6 and B0. RGB value is (162,214,176). Sum of RGB (Red+Green+Blue) = 162+214+176=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D6B0 is #5D294F. Grayscale: #C2C2C2. Windows color (decimal): -6105424 or 11589282. OLE color: 11589282.

HSL color Cylindrical-coordinate representation of color #A2D6B0: hue angle of 136.15º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D6B0 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB162214176-
CMYK0.2400.180.16
HSL136.15º38.81%73.73%-
HSV(B)136.15º24.3%83.92%-
XYZ46.7858.9149.98-
YUV194.12117.77105.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=29.35%
G=38.77%
B=31.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141760.2400.180.16136.1538.8173.73
HexA2D6B0180121088274a
Octal242326260300222021047112
Binary1010001011010110101100001100001001010000100010001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D6B0; }

 p { color: rgb(162,214,176); }

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

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

 a { background-color: rgb(162,214,176); }

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

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

 span { border-color: rgb(162,214,176); }

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