#9EDBAA

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

Shades of Chinook #9EDBAA

Tints of Chinook #9EDBAA

Color information

#9EDBAA (or 0x9EDBAA) is unknown color: approx Chinook. HEX triplet: 9E, DB and AA. RGB value is (158,219,170). Sum of RGB (Red+Green+Blue) = 158+219+170=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBAA is #612455. Grayscale: #C3C3C3. Windows color (decimal): -6366294 or 11197342. OLE color: 11197342.

HSL color Cylindrical-coordinate representation of color #9EDBAA: hue angle of 131.8º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBAA is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB158219170-
CMYK0.2800.220.14
HSL131.8º45.86%73.92%-
HSV(B)131.8º27.85%85.88%-
XYZ46.6960.8347.31-
YUV195.18113.79101.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.88%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=28.88%
G=40.04%
B=31.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191700.2800.220.14131.845.8673.92
Hex9EDBAA1C016E842e4a
Octal236333252340261620456112
Binary100111101101101110101010111000101101110100001001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,170); }

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

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

 a { background-color: rgb(158,219,170); }

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

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

 span { border-color: rgb(158,219,170); }

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