#A1DFB3

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

Shades of Chinook #A1DFB3

Tints of Chinook #A1DFB3

Color information

#A1DFB3 (or 0xA1DFB3) is unknown color: approx Chinook. HEX triplet: A1, DF and B3. RGB value is (161,223,179). Sum of RGB (Red+Green+Blue) = 161+223+179=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFB3 is #5E204C. Grayscale: #C7C7C7. Windows color (decimal): -6168653 or 11788193. OLE color: 11788193.

HSL color Cylindrical-coordinate representation of color #A1DFB3: hue angle of 137.42º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFB3 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB161223179-
CMYK0.2800.200.13
HSL137.42º49.21%75.29%-
HSV(B)137.42º27.8%87.45%-
XYZ49.2263.6152.33-
YUV199.45116.46100.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=28.60%
G=39.61%
B=31.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612231790.2800.200.13137.4249.2175.29
HexA1DFB31C014D89314b
Octal241337263340241521161113
Binary101000011101111110110011111000101001101100010011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFB3; }

 p { color: rgb(161,223,179); }

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

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

 a { background-color: rgb(161,223,179); }

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

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

 span { border-color: rgb(161,223,179); }

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