#9FCAAC

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

Shades of Chinook #9FCAAC

Tints of Chinook #9FCAAC

Color information

#9FCAAC (or 0x9FCAAC) is unknown color: approx Chinook. HEX triplet: 9F, CA and AC. RGB value is (159,202,172). Sum of RGB (Red+Green+Blue) = 159+202+172=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCAAC is #603553. Grayscale: #B9B9B9. Windows color (decimal): -6305108 or 11324063. OLE color: 11324063.

HSL color Cylindrical-coordinate representation of color #9FCAAC: hue angle of 138.14º 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 #9FCAAC is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB159202172-
CMYK0.2100.150.21
HSL138.14º28.86%70.78%-
HSV(B)138.14º21.29%79.22%-
XYZ42.8752.5946.92-
YUV185.72120.25108.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=29.83%
G=37.90%
B=32.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021720.2100.150.21138.1428.8670.78
Hex9FCAAC150F158a1d47
Octal237312254250172521235107
Binary10011111110010101010110010101011111010110001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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