Html Css Color HEX #9CC6AB Chinook

📋 copy color: '#9CC6AB'

red 156 ◦ green 198 ◦ blue 171

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

Shades of Chinook #9CC6AB

Tints of Chinook #9CC6AB

RGB

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

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

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

R = 29.71%
G = 37.71%
B = 32.57%

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

#9CC6AB (or 0x9CC6AB) is known color: Chinook. HEX triplet: 9C, C6 and AB. RGB value is (156,198,171). Sum of RGB (Red+Green+Blue) = 156+198+171=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC6AB is #633954. Grayscale: #B6B6B6. Windows color (decimal): -6502741 or 11257500. OLE color: 11257500.

HSL color Cylindrical-coordinate representation of color #9CC6AB: hue angle of 141.43º 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 #9CC6AB is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 198 171 -
CMYK 0.21 0 0.14 0.22
HSL 141.43º 0.27% 0.69% -
HSV(B) 141.43º 0.21% 0.78% -
XYZ 41.26 50.4 46.08 -
YUV 182.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 156 198 171 0.21 0 0.14 0.22 141.43 0.27 0.69
Hex 9C C6 AB 15 0 E 16 8D 1B 45
Octal 234 306 253 25 0 16 26 215 33 105
Binary 10011100 11000110 10101011 10101 0 1110 10110 10001101 11011 1000101

Color Harmonies of #9CC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC6AB

Black with #9CC6AB

Text Example


Text Example

White with #9CC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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