Html Css Color HEX #9DC9AB Chinook

📋 copy color: '#9DC9AB'

red 157 ◦ green 201 ◦ blue 171

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

Shades of Chinook #9DC9AB

Tints of Chinook #9DC9AB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

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

R = 29.68%
G = 38%
B = 32.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#9DC9AB (or 0x9DC9AB) is known color: Chinook. HEX triplet: 9D, C9 and AB. RGB value is (157,201,171). Sum of RGB (Red+Green+Blue) = 157+201+171=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC9AB is #623654. Grayscale: #B8B8B8. Windows color (decimal): -6436437 or 11258269. OLE color: 11258269.

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

Color convert

RGB 157 201 171 -
CMYK 0.22 0 0.15 0.21
HSL 139.09º 0.29% 0.7% -
HSV(B) 139.09º 0.22% 0.79% -
XYZ 42.14 51.88 46.32 -
YUV 184.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 157 201 171 0.22 0 0.15 0.21 139.09 0.29 0.7
Hex 9D C9 AB 16 0 F 15 8B 1D 46
Octal 235 311 253 26 0 17 25 213 35 106
Binary 10011101 11001001 10101011 10110 0 1111 10101 10001011 11101 1000110

Color Harmonies of #9DC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC9AB

Black with #9DC9AB

Text Example


Text Example

White with #9DC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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