#a0cea2

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

Shades of Chinook #A0CEA2

Tints of Chinook #A0CEA2

Color information

#A0CEA2 (or 0xA0CEA2) is unknown color: approx Chinook. HEX triplet: A0, CE and A2. RGB value is (160,206,162). Sum of RGB (Red+Green+Blue) = 160+206+162=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEA2 is #5F315D. Grayscale: #BBBBBB. Windows color (decimal): -6238558 or 10669728. OLE color: 10669728.

HSL color Cylindrical-coordinate representation of color #A0CEA2: hue angle of 122.61º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEA2 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB160206162-
CMYK0.2200.210.19
HSL122.61º31.94%71.76%-
HSV(B)122.61º22.33%80.78%-
XYZ43.0954.2242.38-
YUV187.23113.76108.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 162 (63.67% from 255) = 30.68%
R=30.30%
G=39.02%
B=30.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061620.2200.210.19122.6131.9471.76
HexA0CEA216015137b2048
Octal240316242260252317340110
Binary101000001100111010100010101100101011001111110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0cea2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0cea2; }

 p { color: rgb(160,206,162); }

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

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

 a { background-color: rgb(160,206,162); }

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

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

 span { border-color: rgb(160,206,162); }

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