#9DCEAA

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

Shades of Chinook #9DCEAA

Tints of Chinook #9DCEAA

Color information

#9DCEAA (or 0x9DCEAA) is unknown color: approx Chinook. HEX triplet: 9D, CE and AA. RGB value is (157,206,170). Sum of RGB (Red+Green+Blue) = 157+206+170=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEAA is #623155. Grayscale: #BBBBBB. Windows color (decimal): -6435158 or 11194013. OLE color: 11194013.

HSL color Cylindrical-coordinate representation of color #9DCEAA: hue angle of 135.92º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEAA is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB157206170-
CMYK0.2400.170.19
HSL135.92º33.33%71.18%-
HSV(B)135.92º23.79%80.78%-
XYZ43.2354.2146.22-
YUV187.24118.27106.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.46%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=29.46%
G=38.65%
B=31.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061700.2400.170.19135.9233.3371.18
Hex9DCEAA1801113882147
Octal235316252300212321041107
Binary1001110111001110101010101100001000110011100010001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,170); }

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

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

 a { background-color: rgb(157,206,170); }

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

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

 span { border-color: rgb(157,206,170); }

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