#9EDDB0

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

Shades of Chinook #9EDDB0

Tints of Chinook #9EDDB0

Color information

#9EDDB0 (or 0x9EDDB0) is unknown color: approx Chinook. HEX triplet: 9E, DD and B0. RGB value is (158,221,176). Sum of RGB (Red+Green+Blue) = 158+221+176=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDB0 is #61224F. Grayscale: #C5C5C5. Windows color (decimal): -6365776 or 11591070. OLE color: 11591070.

HSL color Cylindrical-coordinate representation of color #9EDDB0: hue angle of 137.14º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDB0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB158221176-
CMYK0.2900.200.13
HSL137.14º48.09%74.31%-
HSV(B)137.14º28.51%86.67%-
XYZ47.7962.1250.55-
YUV197.03116.13100.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.47%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=28.47%
G=39.82%
B=31.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211760.2900.200.13137.1448.0974.31
Hex9EDDB01D014D89304a
Octal236335260350241521160112
Binary100111101101110110110000111010101001101100010011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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