#9BDCA8

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

Shades of Chinook #9BDCA8

Tints of Chinook #9BDCA8

Color information

#9BDCA8 (or 0x9BDCA8) is unknown color: approx Chinook. HEX triplet: 9B, DC and A8. RGB value is (155,220,168). Sum of RGB (Red+Green+Blue) = 155+220+168=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDCA8 is #642357. Grayscale: #C2C2C2. Windows color (decimal): -6562648 or 11066523. OLE color: 11066523.

HSL color Cylindrical-coordinate representation of color #9BDCA8: hue angle of 132º 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 #9BDCA8 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB155220168-
CMYK0.3000.240.14
HSL132º48.15%73.53%-
HSV(B)132º29.55%86.27%-
XYZ46.1860.9846.38-
YUV194.64112.9799.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=28.55%
G=40.52%
B=30.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552201680.3000.240.1413248.1573.53
Hex9BDCA81E018E84304a
Octal233334250360301620460112
Binary100110111101110010101000111100110001110100001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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