#8EDFA2

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

Shades of Chinook #8EDFA2

Tints of Chinook #8EDFA2

Color information

#8EDFA2 (or 0x8EDFA2) is unknown color: approx Chinook. HEX triplet: 8E, DF and A2. RGB value is (142,223,162). Sum of RGB (Red+Green+Blue) = 142+223+162=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFA2 is #71205D. Grayscale: #BFBFBF. Windows color (decimal): -7413854 or 10674062. OLE color: 10674062.

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

Color convert

RGB142223162-
CMYK0.3600.270.13
HSL134.81º55.86%71.57%-
HSV(B)134.81º36.32%87.45%-
XYZ44.0661.1343.66-
YUV191.83111.1692.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 223 (87.5% from 255) = 42.31%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=26.94%
G=42.31%
B=30.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422231620.3600.270.13134.8155.8671.57
Hex8EDFA22401BD873848
Octal216337242440331520770110
Binary1000111011011111101000101001000110111101100001111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,223,162); }

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

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

 a { background-color: rgb(142,223,162); }

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

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

 span { border-color: rgb(142,223,162); }

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