Html Css Color HEX #9BCDAC Chinook

📋 copy color: '#9BCDAC'

red 155 ◦ green 205 ◦ blue 172

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

Shades of Chinook #9BCDAC

Tints of Chinook #9BCDAC

RGB

 RED value IS 155 (60.94% from 255) = 29.14%

 GREEN value IS 205 (80.47% from 255) = 38.53%

 BLUE value IS 172 (67.58% from 255) = 32.33%

R = 29.14%
G = 38.53%
B = 32.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#9BCDAC (or 0x9BCDAC) is known color: Chinook. HEX triplet: 9B, CD and AC. RGB value is (155,205,172). Sum of RGB (Red+Green+Blue) = 155+205+172=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCDAC is #643253. Grayscale: #BABABA. Windows color (decimal): -6566484 or 11324827. OLE color: 11324827.

HSL color Cylindrical-coordinate representation of color #9BCDAC: hue angle of 140.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDAC is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 172 -
CMYK 0.24 0 0.16 0.20
HSL 140.4º 0.33% 0.71% -
HSV(B) 140.4º 0.24% 0.8% -
XYZ 42.8 53.61 47.12 -
YUV 186.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 155 205 172 0.24 0 0.16 0.20 140.4 0.33 0.71
Hex 9B CD AC 18 0 10 14 8C 21 47
Octal 233 315 254 30 0 20 24 214 41 107
Binary 10011011 11001101 10101100 11000 0 10000 10100 10001100 100001 1000111

Color Harmonies of #9BCDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDAC

Black with #9BCDAC

Text Example


Text Example

White with #9BCDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,172); }

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

background-color css

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

 a { background-color: rgb(155,205,172); }

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

border-color css

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

 span { border-color: rgb(155,205,172); }

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