#a2d5b2

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

Shades of Chinook #A2D5B2

Tints of Chinook #A2D5B2

Color information

#A2D5B2 (or 0xA2D5B2) is unknown color: approx Chinook. HEX triplet: A2, D5 and B2. RGB value is (162,213,178). Sum of RGB (Red+Green+Blue) = 162+213+178=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5B2 is #5D2A4D. Grayscale: #C1C1C1. Windows color (decimal): -6105678 or 11720098. OLE color: 11720098.

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

Color convert

RGB162213178-
CMYK0.2400.160.16
HSL138.82º37.78%73.53%-
HSV(B)138.82º23.94%83.53%-
XYZ46.7358.4850.95-
YUV193.76119.1105.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=29.29%
G=38.52%
B=32.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622131780.2400.160.16138.8237.7873.53
HexA2D5B218010108b264a
Octal242325262300202021346112
Binary1010001011010101101100101100001000010000100010111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2d5b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2d5b2; }

 p { color: rgb(162,213,178); }

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

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

 a { background-color: rgb(162,213,178); }

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

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

 span { border-color: rgb(162,213,178); }

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