#A4DEB3

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

Shades of Chinook #A4DEB3

Tints of Chinook #A4DEB3

Color information

#A4DEB3 (or 0xA4DEB3) is unknown color: approx Chinook. HEX triplet: A4, DE and B3. RGB value is (164,222,179). Sum of RGB (Red+Green+Blue) = 164+222+179=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEB3 is #5B214C. Grayscale: #C7C7C7. Windows color (decimal): -5972301 or 11787940. OLE color: 11787940.

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

Color convert

RGB164222179-
CMYK0.2600.190.13
HSL135.52º46.77%75.69%-
HSV(B)135.52º26.13%87.06%-
XYZ49.5763.3952.27-
YUV199.76116.28102.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 222 (87.11% from 255) = 39.29%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=29.03%
G=39.29%
B=31.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642221790.2600.190.13135.5246.7775.69
HexA4DEB31A013D882f4c
Octal244336263320231521057114
Binary101001001101111010110011110100100111101100010001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DEB3; }

 p { color: rgb(164,222,179); }

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

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

 a { background-color: rgb(164,222,179); }

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

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

 span { border-color: rgb(164,222,179); }

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