#9FC5AB

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

Shades of Chinook #9FC5AB

Tints of Chinook #9FC5AB

Color information

#9FC5AB (or 0x9FC5AB) is unknown color: approx Chinook. HEX triplet: 9F, C5 and AB. RGB value is (159,197,171). Sum of RGB (Red+Green+Blue) = 159+197+171=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC5AB is #603A54. Grayscale: #B6B6B6. Windows color (decimal): -6306389 or 11257247. OLE color: 11257247.

HSL color Cylindrical-coordinate representation of color #9FC5AB: hue angle of 138.95º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FC5AB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB159197171-
CMYK0.1900.130.23
HSL138.95º24.68%69.8%-
HSV(B)138.95º19.29%77.25%-
XYZ41.6250.2446.03-
YUV182.67121.41111.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=30.17%
G=37.38%
B=32.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591971710.1900.130.23138.9524.6869.8
Hex9FC5AB130D178b1946
Octal237305253230152721331106
Binary10011111110001011010101110011011011011110001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,197,171); }

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

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

 a { background-color: rgb(159,197,171); }

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

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

 span { border-color: rgb(159,197,171); }

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