#9FCFAC

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

Shades of Chinook #9FCFAC

Tints of Chinook #9FCFAC

Color information

#9FCFAC (or 0x9FCFAC) is unknown color: approx Chinook. HEX triplet: 9F, CF and AC. RGB value is (159,207,172). Sum of RGB (Red+Green+Blue) = 159+207+172=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCFAC is #603053. Grayscale: #BCBCBC. Windows color (decimal): -6303828 or 11325343. OLE color: 11325343.

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

Color convert

RGB159207172-
CMYK0.2300.170.19
HSL136.25º33.33%71.76%-
HSV(B)136.25º23.19%81.18%-
XYZ44.0654.9847.32-
YUV188.66118.6106.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.55%
GREEN value IS 207 (81.25% from 255) = 38.48%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=29.55%
G=38.48%
B=31.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592071720.2300.170.19136.2533.3371.76
Hex9FCFAC1701113882148
Octal237317254270212321041110
Binary1001111111001111101011001011101000110011100010001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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