#A1DBAF

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

Shades of Chinook #A1DBAF

Tints of Chinook #A1DBAF

Color information

#A1DBAF (or 0xA1DBAF) is unknown color: approx Chinook. HEX triplet: A1, DB and AF. RGB value is (161,219,175). Sum of RGB (Red+Green+Blue) = 161+219+175=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBAF is #5E2450. Grayscale: #C4C4C4. Windows color (decimal): -6169681 or 11525025. OLE color: 11525025.

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

Color convert

RGB161219175-
CMYK0.2600.200.14
HSL134.48º44.62%74.51%-
HSV(B)134.48º26.48%85.88%-
XYZ47.7761.3449.88-
YUV196.64115.78102.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 219 (85.94% from 255) = 39.46%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=29.01%
G=39.46%
B=31.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612191750.2600.200.14134.4844.6274.51
HexA1DBAF1A014E862d4b
Octal241333257320241620655113
Binary101000011101101110101111110100101001110100001101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBAF; }

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

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

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

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

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

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

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

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