#8EC1AF

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

Shades of Shadow Green #8EC1AF

Tints of Shadow Green #8EC1AF

Color information

#8EC1AF (or 0x8EC1AF) is unknown color: approx Shadow Green. HEX triplet: 8E, C1 and AF. RGB value is (142,193,175). Sum of RGB (Red+Green+Blue) = 142+193+175=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC1AF is #713E50. Grayscale: #AFAFAF. Windows color (decimal): -7421521 or 11518350. OLE color: 11518350.

HSL color Cylindrical-coordinate representation of color #8EC1AF: hue angle of 158.82º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EC1AF is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB142193175-
CMYK0.2600.090.24
HSL158.82º29.14%65.69%-
HSV(B)158.82º26.42%75.69%-
XYZ37.9646.9947.63-
YUV175.7127.6103.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=27.84%
G=37.84%
B=34.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421931750.2600.090.24158.8229.1465.69
Hex8EC1AF1A09189f1d42
Octal216301257320113023735102
Binary10001110110000011010111111010010011100010011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,193,175); }

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

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

 a { background-color: rgb(142,193,175); }

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

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

 span { border-color: rgb(142,193,175); }

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