#A0CEAD

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

Shades of Chinook #A0CEAD

Tints of Chinook #A0CEAD

Color information

#A0CEAD (or 0xA0CEAD) is unknown color: approx Chinook. HEX triplet: A0, CE and AD. RGB value is (160,206,173). Sum of RGB (Red+Green+Blue) = 160+206+173=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEAD is #5F3152. Grayscale: #BCBCBC. Windows color (decimal): -6238547 or 11390624. OLE color: 11390624.

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

Color convert

RGB160206173-
CMYK0.2200.160.19
HSL136.96º31.94%71.76%-
HSV(B)136.96º22.33%80.78%-
XYZ44.1154.6347.76-
YUV188.48119.26107.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=29.68%
G=38.22%
B=32.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061730.2200.160.19136.9631.9471.76
HexA0CEAD1601013892048
Octal240316255260202321140110
Binary1010000011001110101011011011001000010011100010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEAD; }

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

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

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

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

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

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

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

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