#8DDCA6

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

Shades of Chinook #8DDCA6

Tints of Chinook #8DDCA6

Color information

#8DDCA6 (or 0x8DDCA6) is unknown color: approx Chinook. HEX triplet: 8D, DC and A6. RGB value is (141,220,166). Sum of RGB (Red+Green+Blue) = 141+220+166=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDCA6 is #722359. Grayscale: #BEBEBE. Windows color (decimal): -7480154 or 10935437. OLE color: 10935437.

HSL color Cylindrical-coordinate representation of color #8DDCA6: hue angle of 138.99º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCA6 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB141220166-
CMYK0.3600.250.14
HSL138.99º53.02%70.78%-
HSV(B)138.99º35.91%86.27%-
XYZ43.4659.645.29-
YUV190.22114.3392.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.76%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=26.76%
G=41.75%
B=31.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201660.3600.250.14138.9953.0270.78
Hex8DDCA624019E8b3547
Octal215334246440311621365107
Binary1000110111011100101001101001000110011110100010111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DDCA6; }

 p { color: rgb(141,220,166); }

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

<style>
 a { background-color: #8DDCA6; }

 a { background-color: rgb(141,220,166); }

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

<style>
 span { border-color: #8DDCA6; }

 span { border-color: rgb(141,220,166); }

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