Html Css Color HEX #9ECCAC Chinook

📋 copy color: '#9ECCAC'

red 158 ◦ green 204 ◦ blue 172

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

Shades of Chinook #9ECCAC

Tints of Chinook #9ECCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.2%

 BLUE value IS 172 (67.58% from 255) = 32.21%

R = 29.59%
G = 38.2%
B = 32.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#9ECCAC (or 0x9ECCAC) is known color: Chinook. HEX triplet: 9E, CC and AC. RGB value is (158,204,172). Sum of RGB (Red+Green+Blue) = 158+204+172=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECCAC is #613353. Grayscale: #BABABA. Windows color (decimal): -6370132 or 11324574. OLE color: 11324574.

HSL color Cylindrical-coordinate representation of color #9ECCAC: hue angle of 138.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECCAC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 204 172 -
CMYK 0.23 0 0.16 0.2
HSL 138.26º 0.31% 0.71% -
HSV(B) 138.26º 0.23% 0.8% -
XYZ 43.14 53.43 47.07 -
YUV 186.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 158 204 172 0.23 0 0.16 0.2 138.26 0.31 0.71
Hex 9E CC AC 17 0 10 14 8A 1F 47
Octal 236 314 254 27 0 20 24 212 37 107
Binary 10011110 11001100 10101100 10111 0 10000 10100 10001010 11111 1000111

Color Harmonies of #9ECCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCAC

Black with #9ECCAC

Text Example


Text Example

White with #9ECCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,204,172); }

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

background-color css

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

 a { background-color: rgb(158,204,172); }

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

border-color css

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

 span { border-color: rgb(158,204,172); }

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