#9ED6AE

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

Shades of Chinook #9ED6AE

Tints of Chinook #9ED6AE

Color information

#9ED6AE (or 0x9ED6AE) is unknown color: approx Chinook. HEX triplet: 9E, D6 and AE. RGB value is (158,214,174). Sum of RGB (Red+Green+Blue) = 158+214+174=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED6AE is #612951. Grayscale: #C0C0C0. Windows color (decimal): -6367570 or 11458206. OLE color: 11458206.

HSL color Cylindrical-coordinate representation of color #9ED6AE: hue angle of 137.14º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ED6AE is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB158214174-
CMYK0.2600.190.16
HSL137.14º40.58%72.94%-
HSV(B)137.14º26.17%83.92%-
XYZ45.7958.4248.91-
YUV192.7117.45103.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.94%
GREEN value IS 214 (83.98% from 255) = 39.19%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=28.94%
G=39.19%
B=31.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582141740.2600.190.16137.1440.5872.94
Hex9ED6AE1A01310892949
Octal236326256320232021151111
Binary1001111011010110101011101101001001110000100010011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,214,174); }

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

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

 a { background-color: rgb(158,214,174); }

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

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

 span { border-color: rgb(158,214,174); }

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