#9EDBA8

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

Shades of Chinook #9EDBA8

Tints of Chinook #9EDBA8

Color information

#9EDBA8 (or 0x9EDBA8) is unknown color: approx Chinook. HEX triplet: 9E, DB and A8. RGB value is (158,219,168). Sum of RGB (Red+Green+Blue) = 158+219+168=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBA8 is #612457. Grayscale: #C3C3C3. Windows color (decimal): -6366296 or 11066270. OLE color: 11066270.

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

Color convert

RGB158219168-
CMYK0.2800.230.14
HSL129.84º45.86%73.92%-
HSV(B)129.84º27.85%85.88%-
XYZ46.560.7646.32-
YUV194.95112.79101.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.99%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=28.99%
G=40.18%
B=30.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191680.2800.230.14129.8445.8673.92
Hex9EDBA81C017E822e4a
Octal236333250340271620256112
Binary100111101101101110101000111000101111110100000101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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