#9ED1AF

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

Shades of Chinook #9ED1AF

Tints of Chinook #9ED1AF

Color information

#9ED1AF (or 0x9ED1AF) is unknown color: approx Chinook. HEX triplet: 9E, D1 and AF. RGB value is (158,209,175). Sum of RGB (Red+Green+Blue) = 158+209+175=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED1AF is #612E50. Grayscale: #BDBDBD. Windows color (decimal): -6368849 or 11522462. OLE color: 11522462.

HSL color Cylindrical-coordinate representation of color #9ED1AF: hue angle of 140º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED1AF is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB158209175-
CMYK0.2400.160.18
HSL140º35.66%71.96%-
HSV(B)140º24.4%81.96%-
XYZ44.6455.9749.01-
YUV189.87119.6105.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.15%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=29.15%
G=38.56%
B=32.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582091750.2400.160.1814035.6671.96
Hex9ED1AF18010128c2448
Octal236321257300202221444110
Binary1001111011010001101011111100001000010010100011001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,209,175); }

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

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

 a { background-color: rgb(158,209,175); }

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

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

 span { border-color: rgb(158,209,175); }

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