#A3DEAE

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

Shades of Chinook #A3DEAE

Tints of Chinook #A3DEAE

Color information

#A3DEAE (or 0xA3DEAE) is unknown color: approx Chinook. HEX triplet: A3, DE and AE. RGB value is (163,222,174). Sum of RGB (Red+Green+Blue) = 163+222+174=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DEAE is #5C2151. Grayscale: #C7C7C7. Windows color (decimal): -6037842 or 11460259. OLE color: 11460259.

HSL color Cylindrical-coordinate representation of color #A3DEAE: hue angle of 131.19º 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 #A3DEAE is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB163222174-
CMYK0.2700.220.13
HSL131.19º47.2%75.49%-
HSV(B)131.19º26.58%87.06%-
XYZ48.8763.0949.65-
YUV198.89113.95102.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.16%
GREEN value IS 222 (87.11% from 255) = 39.71%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=29.16%
G=39.71%
B=31.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221740.2700.220.13131.1947.275.49
HexA3DEAE1B016D832f4b
Octal243336256330261520357113
Binary101000111101111010101110110110101101101100000111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEAE; }

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

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

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

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

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

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

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

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