#9DCFAD

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

Shades of Chinook #9DCFAD

Tints of Chinook #9DCFAD

Color information

#9DCFAD (or 0x9DCFAD) is unknown color: approx Chinook. HEX triplet: 9D, CF and AD. RGB value is (157,207,173). Sum of RGB (Red+Green+Blue) = 157+207+173=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCFAD is #623052. Grayscale: #BCBCBC. Windows color (decimal): -6434899 or 11390877. OLE color: 11390877.

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

Color convert

RGB157207173-
CMYK0.2400.160.19
HSL139.2º34.25%71.37%-
HSV(B)139.2º24.15%81.18%-
XYZ43.7654.8147.81-
YUV188.17119.44105.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.24%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=29.24%
G=38.55%
B=32.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572071730.2400.160.19139.234.2571.37
Hex9DCFAD18010138b2247
Octal235317255300202321342107
Binary1001110111001111101011011100001000010011100010111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,173); }

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

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

 a { background-color: rgb(157,207,173); }

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

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

 span { border-color: rgb(157,207,173); }

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