#9BCEAA

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

Shades of Chinook #9BCEAA

Tints of Chinook #9BCEAA

Color information

#9BCEAA (or 0x9BCEAA) is unknown color: approx Chinook. HEX triplet: 9B, CE and AA. RGB value is (155,206,170). Sum of RGB (Red+Green+Blue) = 155+206+170=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCEAA is #643155. Grayscale: #BABABA. Windows color (decimal): -6566230 or 11194011. OLE color: 11194011.

HSL color Cylindrical-coordinate representation of color #9BCEAA: hue angle of 137.65º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCEAA is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB155206170-
CMYK0.2500.170.19
HSL137.65º34.23%70.78%-
HSV(B)137.65º24.76%80.78%-
XYZ42.8454.0146.2-
YUV186.65118.6105.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.19%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=29.19%
G=38.79%
B=32.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061700.2500.170.19137.6534.2370.78
Hex9BCEAA19011138a2247
Octal233316252310212321242107
Binary1001101111001110101010101100101000110011100010101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,170); }

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

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

 a { background-color: rgb(155,206,170); }

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

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

 span { border-color: rgb(155,206,170); }

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