#9BDDAB

Color #9BDDAB Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9BDDAB

Tints of Chinook #9BDDAB

Color information

#9BDDAB (or 0x9BDDAB) is unknown color: approx Chinook. HEX triplet: 9B, DD and AB. RGB value is (155,221,171). Sum of RGB (Red+Green+Blue) = 155+221+171=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDAB is #642254. Grayscale: #C3C3C3. Windows color (decimal): -6562389 or 11263387. OLE color: 11263387.

HSL color Cylindrical-coordinate representation of color #9BDDAB: hue angle of 134.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDAB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB155221171-
CMYK0.3000.230.13
HSL134.55º49.25%73.73%-
HSV(B)134.55º29.86%86.67%-
XYZ46.7261.6247.96-
YUV195.57114.1399.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=28.34%
G=40.40%
B=31.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552211710.3000.230.13134.5549.2573.73
Hex9BDDAB1E017D87314a
Octal233335253360271520761112
Binary100110111101110110101011111100101111101100001111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,171); }

 H1.HeaderClassName
 {
   color: #9BDDAB;
 }
 .AnyTagClassName
 {
   color: #9BDDAB;
 }
</style>
background-color css

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

 a { background-color: rgb(155,221,171); }

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

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

 span { border-color: rgb(155,221,171); }

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