#9DCEA6

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

Shades of Chinook #9DCEA6

Tints of Chinook #9DCEA6

Color information

#9DCEA6 (or 0x9DCEA6) is unknown color: approx Chinook. HEX triplet: 9D, CE and A6. RGB value is (157,206,166). Sum of RGB (Red+Green+Blue) = 157+206+166=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEA6 is #623159. Grayscale: #BABABA. Windows color (decimal): -6435162 or 10931869. OLE color: 10931869.

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

Color convert

RGB157206166-
CMYK0.2400.190.19
HSL131.02º33.33%71.18%-
HSV(B)131.02º23.79%80.78%-
XYZ42.8654.0644.25-
YUV186.79116.27106.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.68%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=29.68%
G=38.94%
B=31.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061660.2400.190.19131.0233.3371.18
Hex9DCEA61801313832147
Octal235316246300232320341107
Binary1001110111001110101001101100001001110011100000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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