#9EDFB0

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

Shades of Chinook #9EDFB0

Tints of Chinook #9EDFB0

Color information

#9EDFB0 (or 0x9EDFB0) is unknown color: approx Chinook. HEX triplet: 9E, DF and B0. RGB value is (158,223,176). Sum of RGB (Red+Green+Blue) = 158+223+176=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFB0 is #61204F. Grayscale: #C6C6C6. Windows color (decimal): -6365264 or 11591582. OLE color: 11591582.

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

Color convert

RGB158223176-
CMYK0.2900.210.13
HSL136.62º50.39%74.71%-
HSV(B)136.62º29.15%87.45%-
XYZ48.3263.1850.72-
YUV198.21115.4799.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.37%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=28.37%
G=40.04%
B=31.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582231760.2900.210.13136.6250.3974.71
Hex9EDFB01D015D89324b
Octal236337260350251521162113
Binary100111101101111110110000111010101011101100010011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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