#9EDFB1

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

Shades of Chinook #9EDFB1

Tints of Chinook #9EDFB1

Color information

#9EDFB1 (or 0x9EDFB1) is unknown color: approx Chinook. HEX triplet: 9E, DF and B1. RGB value is (158,223,177). Sum of RGB (Red+Green+Blue) = 158+223+177=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFB1 is #61204E. Grayscale: #C6C6C6. Windows color (decimal): -6365263 or 11657118. OLE color: 11657118.

HSL color Cylindrical-coordinate representation of color #9EDFB1: hue angle of 137.54º 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 #9EDFB1 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB158223177-
CMYK0.2900.210.13
HSL137.54º50.39%74.71%-
HSV(B)137.54º29.15%87.45%-
XYZ48.4263.2251.25-
YUV198.32115.9799.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.32%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=28.32%
G=39.96%
B=31.72%

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
Decimal1582231770.2900.210.13137.5450.3974.71
Hex9EDFB11D015D8a324b
Octal236337261350251521262113
Binary100111101101111110110001111010101011101100010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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