#9AC6AA

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

Shades of Chinook #9AC6AA

Tints of Chinook #9AC6AA

Color information

#9AC6AA (or 0x9AC6AA) is unknown color: approx Chinook. HEX triplet: 9A, C6 and AA. RGB value is (154,198,170). Sum of RGB (Red+Green+Blue) = 154+198+170=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC6AA is #653955. Grayscale: #B5B5B5. Windows color (decimal): -6633814 or 11191962. OLE color: 11191962.

HSL color Cylindrical-coordinate representation of color #9AC6AA: hue angle of 141.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AC6AA is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB154198170-
CMYK0.2200.140.22
HSL141.82º27.85%69.02%-
HSV(B)141.82º22.22%77.65%-
XYZ40.7850.1645.56-
YUV181.65121.42108.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=29.50%
G=37.93%
B=32.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541981700.2200.140.22141.8227.8569.02
Hex9AC6AA160E168e1c45
Octal232306252260162621634105
Binary10011010110001101010101010110011101011010001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC6AA; }

 p { color: rgb(154,198,170); }

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

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

 a { background-color: rgb(154,198,170); }

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

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

 span { border-color: rgb(154,198,170); }

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