#9DDAA6

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

Shades of Chinook #9DDAA6

Tints of Chinook #9DDAA6

Color information

#9DDAA6 (or 0x9DDAA6) is unknown color: approx Chinook. HEX triplet: 9D, DA and A6. RGB value is (157,218,166). Sum of RGB (Red+Green+Blue) = 157+218+166=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDAA6 is #622559. Grayscale: #C1C1C1. Windows color (decimal): -6432090 or 10934941. OLE color: 10934941.

HSL color Cylindrical-coordinate representation of color #9DDAA6: hue angle of 128.85º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDAA6 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB157218166-
CMYK0.2800.240.15
HSL128.85º45.19%73.53%-
HSV(B)128.85º27.98%85.49%-
XYZ45.8660.0645.25-
YUV193.83112.29101.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.02%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 166 (65.23% from 255) = 30.68%
R=29.02%
G=40.30%
B=30.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181660.2800.240.15128.8545.1973.53
Hex9DDAA61C018F812d4a
Octal235332246340301720155112
Binary100111011101101010100110111000110001111100000011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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