#A2CEB0

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

Shades of Chinook #A2CEB0

Tints of Chinook #A2CEB0

Color information

#A2CEB0 (or 0xA2CEB0) is unknown color: approx Chinook. HEX triplet: A2, CE and B0. RGB value is (162,206,176). Sum of RGB (Red+Green+Blue) = 162+206+176=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEB0 is #5D314F. Grayscale: #BDBDBD. Windows color (decimal): -6107472 or 11587234. OLE color: 11587234.

HSL color Cylindrical-coordinate representation of color #A2CEB0: hue angle of 139.09º 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 #A2CEB0 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB162206176-
CMYK0.2100.150.19
HSL139.09º30.99%72.16%-
HSV(B)139.09º21.36%80.78%-
XYZ44.8154.9649.32-
YUV189.42120.42108.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=29.78%
G=37.87%
B=32.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061760.2100.150.19139.0930.9972.16
HexA2CEB0150F138b1f48
Octal242316260250172321337110
Binary10100010110011101011000010101011111001110001011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEB0; }

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

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

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

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

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

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

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

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