#9EDCB0

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

Shades of Chinook #9EDCB0

Tints of Chinook #9EDCB0

Color information

#9EDCB0 (or 0x9EDCB0) is unknown color: approx Chinook. HEX triplet: 9E, DC and B0. RGB value is (158,220,176). Sum of RGB (Red+Green+Blue) = 158+220+176=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDCB0 is #61234F. Grayscale: #C4C4C4. Windows color (decimal): -6366032 or 11590814. OLE color: 11590814.

HSL color Cylindrical-coordinate representation of color #9EDCB0: hue angle of 137.42º degrees, saturation: 0.47, 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 #9EDCB0 is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB158220176-
CMYK0.2800.20.14
HSL137.42º46.97%74.12%-
HSV(B)137.42º28.18%86.27%-
XYZ47.5361.5950.46-
YUV196.45116.46100.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.52%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=28.52%
G=39.71%
B=31.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582201760.2800.20.14137.4246.9774.12
Hex9EDCB01C014E892f4a
Octal236334260340241621157112
Binary100111101101110010110000111000101001110100010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,176); }

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

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

 a { background-color: rgb(158,220,176); }

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

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

 span { border-color: rgb(158,220,176); }

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