Html Css Color HEX #9CC6AA Chinook

📋 copy color: '#9CC6AA'

red 156 ◦ green 198 ◦ blue 170

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

Shades of Chinook #9CC6AA

Tints of Chinook #9CC6AA

RGB

 RED value IS 156 (61.33% from 255) = 29.77%

 GREEN value IS 198 (77.73% from 255) = 37.79%

 BLUE value IS 170 (66.8% from 255) = 32.44%

R = 29.77%
G = 37.79%
B = 32.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#9CC6AA (or 0x9CC6AA) is known color: Chinook. HEX triplet: 9C, C6 and AA. RGB value is (156,198,170). Sum of RGB (Red+Green+Blue) = 156+198+170=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC6AA is #633955. Grayscale: #B6B6B6. Windows color (decimal): -6502742 or 11191964. OLE color: 11191964.

HSL color Cylindrical-coordinate representation of color #9CC6AA: hue angle of 140º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CC6AA is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 198 170 -
CMYK 0.21 0 0.14 0.22
HSL 140º 0.27% 0.69% -
HSV(B) 140º 0.21% 0.78% -
XYZ 41.16 50.36 45.58 -
YUV 182.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 156 198 170 0.21 0 0.14 0.22 140 0.27 0.69
Hex 9C C6 AA 15 0 E 16 8C 1B 45
Octal 234 306 252 25 0 16 26 214 33 105
Binary 10011100 11000110 10101010 10101 0 1110 10110 10001100 11011 1000101

Color Harmonies of #9CC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC6AA

Black with #9CC6AA

Text Example


Text Example

White with #9CC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,198,170); }

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

background-color css

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

 a { background-color: rgb(156,198,170); }

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

border-color css

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

 span { border-color: rgb(156,198,170); }

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