#9BDFAA

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

Shades of Chinook #9BDFAA

Tints of Chinook #9BDFAA

Color information

#9BDFAA (or 0x9BDFAA) is unknown color: approx Chinook. HEX triplet: 9B, DF and AA. RGB value is (155,223,170). Sum of RGB (Red+Green+Blue) = 155+223+170=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFAA is #642055. Grayscale: #C4C4C4. Windows color (decimal): -6561878 or 11198363. OLE color: 11198363.

HSL color Cylindrical-coordinate representation of color #9BDFAA: hue angle of 133.24º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFAA is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB155223170-
CMYK0.3000.240.13
HSL133.24º51.52%74.12%-
HSV(B)133.24º30.49%87.45%-
XYZ47.1662.6547.64-
YUV196.63112.9798.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 223 (87.5% from 255) = 40.69%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=28.28%
G=40.69%
B=31.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231700.3000.240.13133.2451.5274.12
Hex9BDFAA1E018D85344a
Octal233337252360301520564112
Binary100110111101111110101010111100110001101100001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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