#9BCFAA

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

Shades of Chinook #9BCFAA

Tints of Chinook #9BCFAA

Color information

#9BCFAA (or 0x9BCFAA) is unknown color: approx Chinook. HEX triplet: 9B, CF and AA. RGB value is (155,207,170). Sum of RGB (Red+Green+Blue) = 155+207+170=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCFAA is #643055. Grayscale: #BBBBBB. Windows color (decimal): -6565974 or 11194267. OLE color: 11194267.

HSL color Cylindrical-coordinate representation of color #9BCFAA: hue angle of 137.31º degrees, saturation: 0.35, 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 #9BCFAA is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB155207170-
CMYK0.2500.180.19
HSL137.31º35.14%70.98%-
HSV(B)137.31º25.12%81.18%-
XYZ43.0954.546.28-
YUV187.23118.27105.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.14%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=29.14%
G=38.91%
B=31.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552071700.2500.180.19137.3135.1470.98
Hex9BCFAA1901213892347
Octal233317252310222321143107
Binary1001101111001111101010101100101001010011100010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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