#A3DFB2

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

Shades of Chinook #A3DFB2

Tints of Chinook #A3DFB2

Color information

#A3DFB2 (or 0xA3DFB2) is unknown color: approx Chinook. HEX triplet: A3, DF and B2. RGB value is (163,223,178). Sum of RGB (Red+Green+Blue) = 163+223+178=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFB2 is #5C204D. Grayscale: #C8C8C8. Windows color (decimal): -6037582 or 11722659. OLE color: 11722659.

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

Color convert

RGB163223178-
CMYK0.2700.200.13
HSL135º48.39%75.69%-
HSV(B)135º26.91%87.45%-
XYZ49.5363.7851.82-
YUV199.93115.62101.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.90%
GREEN value IS 223 (87.5% from 255) = 39.54%
BLUE value IS 178 (69.92% from 255) = 31.56%
R=28.90%
G=39.54%
B=31.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231780.2700.200.1313548.3975.69
HexA3DFB21B014D87304c
Octal243337262330241520760114
Binary101000111101111110110010110110101001101100001111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFB2; }

 p { color: rgb(163,223,178); }

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

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

 a { background-color: rgb(163,223,178); }

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

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

 span { border-color: rgb(163,223,178); }

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