#8DDDA6

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

Shades of Chinook #8DDDA6

Tints of Chinook #8DDDA6

Color information

#8DDDA6 (or 0x8DDDA6) is unknown color: approx Chinook. HEX triplet: 8D, DD and A6. RGB value is (141,221,166). Sum of RGB (Red+Green+Blue) = 141+221+166=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDDA6 is #722259. Grayscale: #BEBEBE. Windows color (decimal): -7479898 or 10935693. OLE color: 10935693.

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

Color convert

RGB141221166-
CMYK0.3600.250.13
HSL138.75º54.05%70.98%-
HSV(B)138.75º36.2%86.67%-
XYZ43.7260.1345.38-
YUV190.8111492.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=26.70%
G=41.86%
B=31.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211660.3600.250.13138.7554.0570.98
Hex8DDDA624019D8b3647
Octal215335246440311521366107
Binary1000110111011101101001101001000110011101100010111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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