#A0DFAA

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

Shades of Chinook #A0DFAA

Tints of Chinook #A0DFAA

Color information

#A0DFAA (or 0xA0DFAA) is unknown color: approx Chinook. HEX triplet: A0, DF and AA. RGB value is (160,223,170). Sum of RGB (Red+Green+Blue) = 160+223+170=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DFAA is #5F2055. Grayscale: #C6C6C6. Windows color (decimal): -6234198 or 11198368. OLE color: 11198368.

HSL color Cylindrical-coordinate representation of color #A0DFAA: hue angle of 129.52º degrees, saturation: 0.5, 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 #A0DFAA is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB160223170-
CMYK0.2800.240.13
HSL129.52º49.61%75.1%-
HSV(B)129.52º28.25%87.45%-
XYZ48.1463.1547.68-
YUV198.12112.13100.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=28.93%
G=40.33%
B=30.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231700.2800.240.13129.5249.6175.1
HexA0DFAA1C018D82324b
Octal240337252340301520262113
Binary101000001101111110101010111000110001101100000101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFAA; }

 p { color: rgb(160,223,170); }

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

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

 a { background-color: rgb(160,223,170); }

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

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

 span { border-color: rgb(160,223,170); }

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