#9EDFAD

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

Shades of Chinook #9EDFAD

Tints of Chinook #9EDFAD

Color information

#9EDFAD (or 0x9EDFAD) is unknown color: approx Chinook. HEX triplet: 9E, DF and AD. RGB value is (158,223,173). Sum of RGB (Red+Green+Blue) = 158+223+173=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFAD is #612052. Grayscale: #C6C6C6. Windows color (decimal): -6365267 or 11394974. OLE color: 11394974.

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

Color convert

RGB158223173-
CMYK0.2900.220.13
HSL133.85º50.39%74.71%-
HSV(B)133.85º29.15%87.45%-
XYZ48.0363.0649.18-
YUV197.86113.9799.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.52%
GREEN value IS 223 (87.5% from 255) = 40.25%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=28.52%
G=40.25%
B=31.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582231730.2900.220.13133.8550.3974.71
Hex9EDFAD1D016D86324b
Octal236337255350261520662113
Binary100111101101111110101101111010101101101100001101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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