#9AC3A8

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

Shades of Chinook #9AC3A8

Tints of Chinook #9AC3A8

Color information

#9AC3A8 (or 0x9AC3A8) is unknown color: approx Chinook. HEX triplet: 9A, C3 and A8. RGB value is (154,195,168). Sum of RGB (Red+Green+Blue) = 154+195+168=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC3A8 is #653C57. Grayscale: #B3B3B3. Windows color (decimal): -6634584 or 11060122. OLE color: 11060122.

HSL color Cylindrical-coordinate representation of color #9AC3A8: hue angle of 140.49º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC3A8 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB154195168-
CMYK0.2100.140.24
HSL140.49º25.47%68.43%-
HSV(B)140.49º21.03%76.47%-
XYZ39.9148.7344.35-
YUV179.66121.42109.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=29.79%
G=37.72%
B=32.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951680.2100.140.24140.4925.4768.43
Hex9AC3A8150E188c1944
Octal232303250250163021431104
Binary10011010110000111010100010101011101100010001100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,168); }

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

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

 a { background-color: rgb(154,195,168); }

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

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

 span { border-color: rgb(154,195,168); }

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