#A3DCB2

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

Shades of Chinook #A3DCB2

Tints of Chinook #A3DCB2

Color information

#A3DCB2 (or 0xA3DCB2) is unknown color: approx Chinook. HEX triplet: A3, DC and B2. RGB value is (163,220,178). Sum of RGB (Red+Green+Blue) = 163+220+178=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DCB2 is #5C234D. Grayscale: #C6C6C6. Windows color (decimal): -6038350 or 11721891. OLE color: 11721891.

HSL color Cylindrical-coordinate representation of color #A3DCB2: hue angle of 135.79º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DCB2 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB163220178-
CMYK0.2600.190.14
HSL135.79º44.88%75.1%-
HSV(B)135.79º25.91%86.27%-
XYZ48.7362.1951.55-
YUV198.17116.62102.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.06%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 178 (69.92% from 255) = 31.73%
R=29.06%
G=39.22%
B=31.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632201780.2600.190.14135.7944.8875.1
HexA3DCB21A013E882d4b
Octal243334262320231621055113
Binary101000111101110010110010110100100111110100010001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DCB2; }

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

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

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

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

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

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

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

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