#9DC8A9

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

Shades of Chinook #9DC8A9

Tints of Chinook #9DC8A9

Color information

#9DC8A9 (or 0x9DC8A9) is unknown color: approx Chinook. HEX triplet: 9D, C8 and A9. RGB value is (157,200,169). Sum of RGB (Red+Green+Blue) = 157+200+169=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC8A9 is #623756. Grayscale: #B7B7B7. Windows color (decimal): -6436695 or 11126941. OLE color: 11126941.

HSL color Cylindrical-coordinate representation of color #9DC8A9: hue angle of 136.74º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC8A9 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB157200169-
CMYK0.2200.160.22
HSL136.74º28.1%70%-
HSV(B)136.74º21.5%78.43%-
XYZ41.7251.3445.25-
YUV183.61119.75109.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 200 (78.52% from 255) = 38.02%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=29.85%
G=38.02%
B=32.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001690.2200.160.22136.7428.170
Hex9DC8A91601016891c46
Octal235310251260202621134106
Binary100111011100100010101001101100100001011010001001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,200,169); }

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

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

 a { background-color: rgb(157,200,169); }

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

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

 span { border-color: rgb(157,200,169); }

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