#9BD9AD

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

Shades of Chinook #9BD9AD

Tints of Chinook #9BD9AD

Color information

#9BD9AD (or 0x9BD9AD) is unknown color: approx Chinook. HEX triplet: 9B, D9 and AD. RGB value is (155,217,173). Sum of RGB (Red+Green+Blue) = 155+217+173=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD9AD is #642652. Grayscale: #C1C1C1. Windows color (decimal): -6563411 or 11393435. OLE color: 11393435.

HSL color Cylindrical-coordinate representation of color #9BD9AD: hue angle of 137.42º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD9AD is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB155217173-
CMYK0.2900.200.15
HSL137.42º44.93%72.94%-
HSV(B)137.42º28.57%85.1%-
XYZ45.8759.6148.62-
YUV193.45116.46100.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.44%
GREEN value IS 217 (85.16% from 255) = 39.82%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=28.44%
G=39.82%
B=31.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171730.2900.200.15137.4244.9372.94
Hex9BD9AD1D014F892d49
Octal233331255350241721155111
Binary100110111101100110101101111010101001111100010011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,173); }

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

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

 a { background-color: rgb(155,217,173); }

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

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

 span { border-color: rgb(155,217,173); }

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