Html Css Color HEX #9EDCB1 Chinook

📋 copy color: '#9EDCB1'

red 158 ◦ green 220 ◦ blue 177

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

Shades of Chinook #9EDCB1

Tints of Chinook #9EDCB1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

 BLUE value IS 177 (69.53% from 255) = 31.89%

R = 28.47%
G = 39.64%
B = 31.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#9EDCB1 (or 0x9EDCB1) is known color: Chinook. HEX triplet: 9E, DC and B1. RGB value is (158,220,177). Sum of RGB (Red+Green+Blue) = 158+220+177=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDCB1 is #61234E. Grayscale: #C4C4C4. Windows color (decimal): -6366031 or 11656350. OLE color: 11656350.

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

Color convert

RGB 158 220 177 -
CMYK 0.28 0 0.20 0.14
HSL 138.39º 0.47% 0.74% -
HSV(B) 138.39º 0.28% 0.86% -
XYZ 47.63 61.63 50.98 -
YUV 196.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 158 220 177 0.28 0 0.20 0.14 138.39 0.47 0.74
Hex 9E DC B1 1C 0 14 E 8A 2F 4A
Octal 236 334 261 34 0 24 16 212 57 112
Binary 10011110 11011100 10110001 11100 0 10100 1110 10001010 101111 1001010

Color Harmonies of #9EDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDCB1

Black with #9EDCB1

Text Example


Text Example

White with #9EDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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