#A4DBAF

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

Shades of Chinook #A4DBAF

Tints of Chinook #A4DBAF

Color information

#A4DBAF (or 0xA4DBAF) is unknown color: approx Chinook. HEX triplet: A4, DB and AF. RGB value is (164,219,175). Sum of RGB (Red+Green+Blue) = 164+219+175=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBAF is #5B2450. Grayscale: #C5C5C5. Windows color (decimal): -5973073 or 11525028. OLE color: 11525028.

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

Color convert

RGB164219175-
CMYK0.2500.200.14
HSL132º43.31%75.1%-
HSV(B)132º25.11%85.88%-
XYZ48.3861.6549.91-
YUV197.54115.28104.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=29.39%
G=39.25%
B=31.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191750.2500.200.1413243.3175.1
HexA4DBAF19014E842b4b
Octal244333257310241620453113
Binary101001001101101110101111110010101001110100001001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBAF; }

 p { color: rgb(164,219,175); }

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

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

 a { background-color: rgb(164,219,175); }

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

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

 span { border-color: rgb(164,219,175); }

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