Html Css Color HEX #9EDAA8 Chinook

📋 copy color: '#9EDAA8'

red 158 ◦ green 218 ◦ blue 168

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

Shades of Chinook #9EDAA8

Tints of Chinook #9EDAA8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

 BLUE value IS 168 (66.02% from 255) = 30.88%

R = 29.04%
G = 40.07%
B = 30.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#9EDAA8 (or 0x9EDAA8) is known color: Chinook. HEX triplet: 9E, DA and A8. RGB value is (158,218,168). Sum of RGB (Red+Green+Blue) = 158+218+168=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDAA8 is #612557. Grayscale: #C2C2C2. Windows color (decimal): -6366552 or 11066014. OLE color: 11066014.

HSL color Cylindrical-coordinate representation of color #9EDAA8: hue angle of 130º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDAA8 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 218 168 -
CMYK 0.28 0 0.23 0.15
HSL 130º 0.45% 0.74% -
HSV(B) 130º 0.28% 0.85% -
XYZ 46.24 60.24 46.24 -
YUV 194.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 158 218 168 0.28 0 0.23 0.15 130 0.45 0.74
Hex 9E DA A8 1C 0 17 F 82 2D 4A
Octal 236 332 250 34 0 27 17 202 55 112
Binary 10011110 11011010 10101000 11100 0 10111 1111 10000010 101101 1001010

Color Harmonies of #9EDAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDAA8

Black with #9EDAA8

Text Example


Text Example

White with #9EDAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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