#A3DEB0

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

Shades of Chinook #A3DEB0

Tints of Chinook #A3DEB0

Color information

#A3DEB0 (or 0xA3DEB0) is unknown color: approx Chinook. HEX triplet: A3, DE and B0. RGB value is (163,222,176). Sum of RGB (Red+Green+Blue) = 163+222+176=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DEB0 is #5C214F. Grayscale: #C7C7C7. Windows color (decimal): -6037840 or 11591331. OLE color: 11591331.

HSL color Cylindrical-coordinate representation of color #A3DEB0: hue angle of 133.22º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEB0 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB163222176-
CMYK0.2700.210.13
HSL133.22º47.2%75.49%-
HSV(B)133.22º26.58%87.06%-
XYZ49.0663.1650.68-
YUV199.11114.95102.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.06%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=29.06%
G=39.57%
B=31.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221760.2700.210.13133.2247.275.49
HexA3DEB01B015D852f4b
Octal243336260330251520557113
Binary101000111101111010110000110110101011101100001011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEB0; }

 p { color: rgb(163,222,176); }

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

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

 a { background-color: rgb(163,222,176); }

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

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

 span { border-color: rgb(163,222,176); }

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