#9FCBAE

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

Shades of Chinook #9FCBAE

Tints of Chinook #9FCBAE

Color information

#9FCBAE (or 0x9FCBAE) is unknown color: approx Chinook. HEX triplet: 9F, CB and AE. RGB value is (159,203,174). Sum of RGB (Red+Green+Blue) = 159+203+174=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCBAE is #603451. Grayscale: #BABABA. Windows color (decimal): -6304850 or 11455391. OLE color: 11455391.

HSL color Cylindrical-coordinate representation of color #9FCBAE: hue angle of 140.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCBAE is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB159203174-
CMYK0.2200.140.20
HSL140.45º29.73%70.98%-
HSV(B)140.45º21.67%79.61%-
XYZ43.2953.1448.02-
YUV186.54120.92108.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.66%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=29.66%
G=37.87%
B=32.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592031740.2200.140.20140.4529.7370.98
Hex9FCBAE160E148c1e47
Octal237313256260162421436107
Binary10011111110010111010111010110011101010010001100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,203,174); }

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

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

 a { background-color: rgb(159,203,174); }

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

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

 span { border-color: rgb(159,203,174); }

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