#9FCAAE

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

Shades of Chinook #9FCAAE

Tints of Chinook #9FCAAE

Color information

#9FCAAE (or 0x9FCAAE) is unknown color: approx Chinook. HEX triplet: 9F, CA and AE. RGB value is (159,202,174). Sum of RGB (Red+Green+Blue) = 159+202+174=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCAAE is #603551. Grayscale: #BABABA. Windows color (decimal): -6305106 or 11455135. OLE color: 11455135.

HSL color Cylindrical-coordinate representation of color #9FCAAE: hue angle of 140.93º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAAE is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB159202174-
CMYK0.2100.140.21
HSL140.93º28.86%70.78%-
HSV(B)140.93º21.29%79.22%-
XYZ43.0652.6747.94-
YUV185.95121.25108.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.72%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=29.72%
G=37.76%
B=32.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021740.2100.140.21140.9328.8670.78
Hex9FCAAE150E158d1d47
Octal237312256250162521535107
Binary10011111110010101010111010101011101010110001101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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