Html Css Color HEX #9EDDAB Chinook

📋 copy color: '#9EDDAB'

red 158 ◦ green 221 ◦ blue 171

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

Shades of Chinook #9EDDAB

Tints of Chinook #9EDDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.18%

 BLUE value IS 171 (67.19% from 255) = 31.09%

R = 28.73%
G = 40.18%
B = 31.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9EDDAB (or 0x9EDDAB) is known color: Chinook. HEX triplet: 9E, DD and AB. RGB value is (158,221,171). Sum of RGB (Red+Green+Blue) = 158+221+171=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDAB is #612254. Grayscale: #C4C4C4. Windows color (decimal): -6365781 or 11263390. OLE color: 11263390.

HSL color Cylindrical-coordinate representation of color #9EDDAB: hue angle of 132.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDAB is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 171 -
CMYK 0.29 0 0.23 0.13
HSL 132.38º 0.48% 0.74% -
HSV(B) 132.38º 0.29% 0.87% -
XYZ 47.31 61.92 47.99 -
YUV 196.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 158 221 171 0.29 0 0.23 0.13 132.38 0.48 0.74
Hex 9E DD AB 1D 0 17 D 84 30 4A
Octal 236 335 253 35 0 27 15 204 60 112
Binary 10011110 11011101 10101011 11101 0 10111 1101 10000100 110000 1001010

Color Harmonies of #9EDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDDAB

Black with #9EDDAB

Text Example


Text Example

White with #9EDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,171); }

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

background-color css

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

 a { background-color: rgb(158,221,171); }

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

border-color css

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

 span { border-color: rgb(158,221,171); }

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