Html Css Color HEX #9EDEAB Chinook

📋 copy color: '#9EDEAB'

red 158 ◦ green 222 ◦ blue 171

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

Shades of Chinook #9EDEAB

Tints of Chinook #9EDEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

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

R = 28.68%
G = 40.29%
B = 31.03%

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

#9EDEAB (or 0x9EDEAB) is known color: Chinook. HEX triplet: 9E, DE and AB. RGB value is (158,222,171). Sum of RGB (Red+Green+Blue) = 158+222+171=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDEAB is #612154. Grayscale: #C5C5C5. Windows color (decimal): -6365525 or 11263646. OLE color: 11263646.

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

Color convert

RGB 158 222 171 -
CMYK 0.29 0 0.23 0.13
HSL 132.19º 0.49% 0.75% -
HSV(B) 132.19º 0.29% 0.87% -
XYZ 47.57 62.45 48.08 -
YUV 197.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 158 222 171 0.29 0 0.23 0.13 132.19 0.49 0.75
Hex 9E DE AB 1D 0 17 D 84 31 4B
Octal 236 336 253 35 0 27 15 204 61 113
Binary 10011110 11011110 10101011 11101 0 10111 1101 10000100 110001 1001011

Color Harmonies of #9EDEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEAB

Black with #9EDEAB

Text Example


Text Example

White with #9EDEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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