#A4DEB5

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

Shades of Chinook #A4DEB5

Tints of Chinook #A4DEB5

Color information

#A4DEB5 (or 0xA4DEB5) is unknown color: approx Chinook. HEX triplet: A4, DE and B5. RGB value is (164,222,181). Sum of RGB (Red+Green+Blue) = 164+222+181=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEB5 is #5B214A. Grayscale: #C8C8C8. Windows color (decimal): -5972299 or 11919012. OLE color: 11919012.

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

Color convert

RGB164222181-
CMYK0.2600.180.13
HSL137.59º46.77%75.69%-
HSV(B)137.59º26.13%87.06%-
XYZ49.7763.4753.34-
YUV199.98117.28102.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.92%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=28.92%
G=39.15%
B=31.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642221810.2600.180.13137.5946.7775.69
HexA4DEB51A012D8a2f4c
Octal244336265320221521257114
Binary101001001101111010110101110100100101101100010101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DEB5; }

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

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

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

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

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

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

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

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