#9FC6A6

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

Shades of Chinook #9FC6A6

Tints of Chinook #9FC6A6

Color information

#9FC6A6 (or 0x9FC6A6) is unknown color: approx Chinook. HEX triplet: 9F, C6 and A6. RGB value is (159,198,166). Sum of RGB (Red+Green+Blue) = 159+198+166=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC6A6 is #603959. Grayscale: #B6B6B6. Windows color (decimal): -6306138 or 10929823. OLE color: 10929823.

HSL color Cylindrical-coordinate representation of color #9FC6A6: hue angle of 130.77º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC6A6 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB159198166-
CMYK0.2000.160.22
HSL130.77º25.49%70%-
HSV(B)130.77º19.7%77.65%-
XYZ41.3850.5143.65-
YUV182.69118.58111.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=30.40%
G=37.86%
B=31.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591981660.2000.160.22130.7725.4970
Hex9FC6A61401016831946
Octal237306246240202620331106
Binary100111111100011010100110101000100001011010000011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,198,166); }

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

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

 a { background-color: rgb(159,198,166); }

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

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

 span { border-color: rgb(159,198,166); }

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