#9BDCAC

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

Shades of Chinook #9BDCAC

Tints of Chinook #9BDCAC

Color information

#9BDCAC (or 0x9BDCAC) is unknown color: approx Chinook. HEX triplet: 9B, DC and AC. RGB value is (155,220,172). Sum of RGB (Red+Green+Blue) = 155+220+172=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDCAC is #642353. Grayscale: #C3C3C3. Windows color (decimal): -6562644 or 11328667. OLE color: 11328667.

HSL color Cylindrical-coordinate representation of color #9BDCAC: hue angle of 135.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCAC is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB155220172-
CMYK0.3000.220.14
HSL135.69º48.15%73.53%-
HSV(B)135.69º29.55%86.27%-
XYZ46.5661.1348.38-
YUV195.09114.9799.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=28.34%
G=40.22%
B=31.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552201720.3000.220.14135.6948.1573.53
Hex9BDCAC1E016E88304a
Octal233334254360261621060112
Binary100110111101110010101100111100101101110100010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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