Html Css Color HEX #9DCCAB Chinook

📋 copy color: '#9DCCAB'

red 157 ◦ green 204 ◦ blue 171

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

Shades of Chinook #9DCCAB

Tints of Chinook #9DCCAB

RGB

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

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

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

R = 29.51%
G = 38.35%
B = 32.14%

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

#9DCCAB (or 0x9DCCAB) is known color: Chinook. HEX triplet: 9D, CC and AB. RGB value is (157,204,171). Sum of RGB (Red+Green+Blue) = 157+204+171=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCAB is #623354. Grayscale: #BABABA. Windows color (decimal): -6435669 or 11259037. OLE color: 11259037.

HSL color Cylindrical-coordinate representation of color #9DCCAB: hue angle of 137.87º degrees, saturation: 0.32, 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 #9DCCAB is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 204 171 -
CMYK 0.23 0 0.16 0.2
HSL 137.87º 0.32% 0.71% -
HSV(B) 137.87º 0.23% 0.8% -
XYZ 42.85 53.29 46.56 -
YUV 186.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 157 204 171 0.23 0 0.16 0.2 137.87 0.32 0.71
Hex 9D CC AB 17 0 10 14 8A 20 47
Octal 235 314 253 27 0 20 24 212 40 107
Binary 10011101 11001100 10101011 10111 0 10000 10100 10001010 100000 1000111

Color Harmonies of #9DCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCAB

Black with #9DCCAB

Text Example


Text Example

White with #9DCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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