#8DDCA5

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

Shades of Chinook #8DDCA5

Tints of Chinook #8DDCA5

Color information

#8DDCA5 (or 0x8DDCA5) is unknown color: approx Chinook. HEX triplet: 8D, DC and A5. RGB value is (141,220,165). Sum of RGB (Red+Green+Blue) = 141+220+165=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDCA5 is #72235A. Grayscale: #BEBEBE. Windows color (decimal): -7480155 or 10869901. OLE color: 10869901.

HSL color Cylindrical-coordinate representation of color #8DDCA5: hue angle of 138.23º 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 #8DDCA5 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB141220165-
CMYK0.3600.250.14
HSL138.23º53.02%70.78%-
HSV(B)138.23º35.91%86.27%-
XYZ43.3759.5744.81-
YUV190.11113.8392.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.81%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=26.81%
G=41.83%
B=31.37%

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
Decimal1412201650.3600.250.14138.2353.0270.78
Hex8DDCA524019E8a3547
Octal215334245440311621265107
Binary1000110111011100101001011001000110011110100010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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