#8EDBA6

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

Shades of Chinook #8EDBA6

Tints of Chinook #8EDBA6

Color information

#8EDBA6 (or 0x8EDBA6) is unknown color: approx Chinook. HEX triplet: 8E, DB and A6. RGB value is (142,219,166). Sum of RGB (Red+Green+Blue) = 142+219+166=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDBA6 is #712459. Grayscale: #BEBEBE. Windows color (decimal): -7414874 or 10935182. OLE color: 10935182.

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

Color convert

RGB142219166-
CMYK0.3500.240.14
HSL138.7º51.68%70.78%-
HSV(B)138.7º35.16%85.88%-
XYZ43.3759.1745.21-
YUV189.94114.4993.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=26.94%
G=41.56%
B=31.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191660.3500.240.14138.751.6870.78
Hex8EDBA623018E8b3447
Octal216333246430301621364107
Binary1000111011011011101001101000110110001110100010111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,166); }

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

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

 a { background-color: rgb(142,219,166); }

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

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

 span { border-color: rgb(142,219,166); }

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