#9ED8AF

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

Shades of Chinook #9ED8AF

Tints of Chinook #9ED8AF

Color information

#9ED8AF (or 0x9ED8AF) is unknown color: approx Chinook. HEX triplet: 9E, D8 and AF. RGB value is (158,216,175). Sum of RGB (Red+Green+Blue) = 158+216+175=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED8AF is #612750. Grayscale: #C2C2C2. Windows color (decimal): -6367057 or 11524254. OLE color: 11524254.

HSL color Cylindrical-coordinate representation of color #9ED8AF: hue angle of 137.59º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8AF is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB158216175-
CMYK0.2700.190.15
HSL137.59º42.65%73.33%-
HSV(B)137.59º26.85%84.71%-
XYZ46.3959.4849.59-
YUV193.98117.28102.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.78%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=28.78%
G=39.34%
B=31.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582161750.2700.190.15137.5942.6573.33
Hex9ED8AF1B013F8a2b49
Octal236330257330231721253111
Binary100111101101100010101111110110100111111100010101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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