#9EDBAD

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

Shades of Chinook #9EDBAD

Tints of Chinook #9EDBAD

Color information

#9EDBAD (or 0x9EDBAD) is unknown color: approx Chinook. HEX triplet: 9E, DB and AD. RGB value is (158,219,173). Sum of RGB (Red+Green+Blue) = 158+219+173=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBAD is #612452. Grayscale: #C3C3C3. Windows color (decimal): -6366291 or 11393950. OLE color: 11393950.

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

Color convert

RGB158219173-
CMYK0.2800.210.14
HSL134.75º45.86%73.92%-
HSV(B)134.75º27.85%85.88%-
XYZ46.9760.9548.82-
YUV195.52115.29101.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.73%
GREEN value IS 219 (85.94% from 255) = 39.82%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=28.73%
G=39.82%
B=31.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191730.2800.210.14134.7545.8673.92
Hex9EDBAD1C015E872e4a
Octal236333255340251620756112
Binary100111101101101110101101111000101011110100001111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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