#8EDFA3

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

Shades of Chinook #8EDFA3

Tints of Chinook #8EDFA3

Color information

#8EDFA3 (or 0x8EDFA3) is unknown color: approx Chinook. HEX triplet: 8E, DF and A3. RGB value is (142,223,163). Sum of RGB (Red+Green+Blue) = 142+223+163=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFA3 is #71205C. Grayscale: #C0C0C0. Windows color (decimal): -7413853 or 10739598. OLE color: 10739598.

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

Color convert

RGB142223163-
CMYK0.3600.270.13
HSL135.56º55.86%71.57%-
HSV(B)135.56º36.32%87.45%-
XYZ44.1561.1744.13-
YUV191.94111.6692.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=26.89%
G=42.23%
B=30.87%

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
Decimal1422231630.3600.270.13135.5655.8671.57
Hex8EDFA32401BD883848
Octal216337243440331521070110
Binary1000111011011111101000111001000110111101100010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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