#9EC8AA

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

Shades of Chinook #9EC8AA

Tints of Chinook #9EC8AA

Color information

#9EC8AA (or 0x9EC8AA) is unknown color: approx Chinook. HEX triplet: 9E, C8 and AA. RGB value is (158,200,170). Sum of RGB (Red+Green+Blue) = 158+200+170=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC8AA is #613755. Grayscale: #B8B8B8. Windows color (decimal): -6371158 or 11192478. OLE color: 11192478.

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

Color convert

RGB158200170-
CMYK0.2100.150.22
HSL137.14º27.63%70.2%-
HSV(B)137.14º21%78.43%-
XYZ42.0151.4845.75-
YUV184.02120.09109.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=29.92%
G=37.88%
B=32.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1582001700.2100.150.22137.1427.6370.2
Hex9EC8AA150F16891c46
Octal236310252250172621134106
Binary10011110110010001010101010101011111011010001001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,200,170); }

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

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

 a { background-color: rgb(158,200,170); }

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

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

 span { border-color: rgb(158,200,170); }

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