Html Css Color HEX #9ECEA5 Chinook

📋 copy color: '#9ECEA5'

red 158 ◦ green 206 ◦ blue 165

#9ECEA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9ECEA5

Tints of Chinook #9ECEA5

RGB

 RED value IS 158 (62.11% from 255) = 29.87%

 GREEN value IS 206 (80.86% from 255) = 38.94%

 BLUE value IS 165 (64.84% from 255) = 31.19%

R = 29.87%
G = 38.94%
B = 31.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#9ECEA5 (or 0x9ECEA5) is known color: Chinook. HEX triplet: 9E, CE and A5. RGB value is (158,206,165). Sum of RGB (Red+Green+Blue) = 158+206+165=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEA5 is #61315A. Grayscale: #BBBBBB. Windows color (decimal): -6369627 or 10866334. OLE color: 10866334.

HSL color Cylindrical-coordinate representation of color #9ECEA5: hue angle of 128.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEA5 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 206 165 -
CMYK 0.23 0 0.20 0.19
HSL 128.75º 0.33% 0.71% -
HSV(B) 128.75º 0.23% 0.81% -
XYZ 42.96 54.13 43.78 -
YUV 186.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 158 206 165 0.23 0 0.20 0.19 128.75 0.33 0.71
Hex 9E CE A5 17 0 14 13 81 21 47
Octal 236 316 245 27 0 24 23 201 41 107
Binary 10011110 11001110 10100101 10111 0 10100 10011 10000001 100001 1000111

Color Harmonies of #9ECEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECEA5

Black with #9ECEA5

Text Example


Text Example

White with #9ECEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,206,165); }

 H1.HeaderClassName
 {
   color: #9ECEA5;
 }
 .AnyTagClassName
 {
   color: #9ECEA5;
 }
</style>

background-color css

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

 a { background-color: rgb(158,206,165); }

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

border-color css

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

 span { border-color: rgb(158,206,165); }

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