Html Css Color HEX #9DC6AB Chinook

📋 copy color: '#9DC6AB'

red 157 ◦ green 198 ◦ blue 171

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

Shades of Chinook #9DC6AB

Tints of Chinook #9DC6AB

RGB

 RED value IS 157 (61.72% from 255) = 29.85%

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

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

R = 29.85%
G = 37.64%
B = 32.51%

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

#9DC6AB (or 0x9DC6AB) is known color: Chinook. HEX triplet: 9D, C6 and AB. RGB value is (157,198,171). Sum of RGB (Red+Green+Blue) = 157+198+171=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC6AB is #623954. Grayscale: #B6B6B6. Windows color (decimal): -6437205 or 11257501. OLE color: 11257501.

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

Color convert

RGB 157 198 171 -
CMYK 0.21 0 0.14 0.22
HSL 140.49º 0.26% 0.7% -
HSV(B) 140.49º 0.21% 0.78% -
XYZ 41.45 50.5 46.09 -
YUV 182.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 157 198 171 0.21 0 0.14 0.22 140.49 0.26 0.7
Hex 9D C6 AB 15 0 E 16 8C 1A 46
Octal 235 306 253 25 0 16 26 214 32 106
Binary 10011101 11000110 10101011 10101 0 1110 10110 10001100 11010 1000110

Color Harmonies of #9DC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC6AB

Black with #9DC6AB

Text Example


Text Example

White with #9DC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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