#9BDBA8

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

Shades of Chinook #9BDBA8

Tints of Chinook #9BDBA8

Color information

#9BDBA8 (or 0x9BDBA8) is unknown color: approx Chinook. HEX triplet: 9B, DB and A8. RGB value is (155,219,168). Sum of RGB (Red+Green+Blue) = 155+219+168=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDBA8 is #642457. Grayscale: #C2C2C2. Windows color (decimal): -6562904 or 11066267. OLE color: 11066267.

HSL color Cylindrical-coordinate representation of color #9BDBA8: hue angle of 132.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBA8 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB155219168-
CMYK0.2900.230.14
HSL132.19º47.06%73.33%-
HSV(B)132.19º29.22%85.88%-
XYZ45.9260.4646.3-
YUV194.05113.3100.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 219 (85.94% from 255) = 40.41%
BLUE value IS 168 (66.02% from 255) = 31.00%
R=28.60%
G=40.41%
B=31.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191680.2900.230.14132.1947.0673.33
Hex9BDBA81D017E842f49
Octal233333250350271620457111
Binary100110111101101110101000111010101111110100001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,219,168); }

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

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

 a { background-color: rgb(155,219,168); }

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

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

 span { border-color: rgb(155,219,168); }

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