#9BD7AA

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

Shades of Chinook #9BD7AA

Tints of Chinook #9BD7AA

Color information

#9BD7AA (or 0x9BD7AA) is unknown color: approx Chinook. HEX triplet: 9B, D7 and AA. RGB value is (155,215,170). Sum of RGB (Red+Green+Blue) = 155+215+170=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD7AA is #642855. Grayscale: #C0C0C0. Windows color (decimal): -6563926 or 11196315. OLE color: 11196315.

HSL color Cylindrical-coordinate representation of color #9BD7AA: hue angle of 135º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD7AA is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB155215170-
CMYK0.2800.210.16
HSL135º42.86%72.55%-
HSV(B)135º27.91%84.31%-
XYZ45.0758.4746.94-
YUV191.93115.62101.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.70%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=28.70%
G=39.81%
B=31.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552151700.2800.210.1613542.8672.55
Hex9BD7AA1C01510872b49
Octal233327252340252020753111
Binary1001101111010111101010101110001010110000100001111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,215,170); }

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

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

 a { background-color: rgb(155,215,170); }

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

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

 span { border-color: rgb(155,215,170); }

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