#A2CEA8

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

Shades of Chinook #A2CEA8

Tints of Chinook #A2CEA8

Color information

#A2CEA8 (or 0xA2CEA8) is unknown color: approx Chinook. HEX triplet: A2, CE and A8. RGB value is (162,206,168). Sum of RGB (Red+Green+Blue) = 162+206+168=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEA8 is #5D3157. Grayscale: #BCBCBC. Windows color (decimal): -6107480 or 11062946. OLE color: 11062946.

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

Color convert

RGB162206168-
CMYK0.2100.180.19
HSL128.18º30.99%72.16%-
HSV(B)128.18º21.36%80.78%-
XYZ44.0454.6545.27-
YUV188.51116.42109.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=30.22%
G=38.43%
B=31.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061680.2100.180.19128.1830.9972.16
HexA2CEA81501213801f48
Octal242316250250222320037110
Binary101000101100111010101000101010100101001110000000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEA8; }

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

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

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

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

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

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

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

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