#9BDEAC

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

Shades of Chinook #9BDEAC

Tints of Chinook #9BDEAC

Color information

#9BDEAC (or 0x9BDEAC) is unknown color: approx Chinook. HEX triplet: 9B, DE and AC. RGB value is (155,222,172). Sum of RGB (Red+Green+Blue) = 155+222+172=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDEAC is #642153. Grayscale: #C4C4C4. Windows color (decimal): -6562132 or 11329179. OLE color: 11329179.

HSL color Cylindrical-coordinate representation of color #9BDEAC: hue angle of 135.22º degrees, saturation: 0.5, 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 #9BDEAC is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB155222172-
CMYK0.3000.230.13
HSL135.22º50.38%73.92%-
HSV(B)135.22º30.18%87.06%-
XYZ47.0962.1948.55-
YUV196.27114.398.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.23%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=28.23%
G=40.44%
B=31.33%

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
Decimal1552221720.3000.230.13135.2250.3873.92
Hex9BDEAC1E017D87324a
Octal233336254360271520762112
Binary100110111101111010101100111100101111101100001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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