#8EC3B2

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

Shades of Shadow Green #8EC3B2

Tints of Shadow Green #8EC3B2

Color information

#8EC3B2 (or 0x8EC3B2) is unknown color: approx Shadow Green. HEX triplet: 8E, C3 and B2. RGB value is (142,195,178). Sum of RGB (Red+Green+Blue) = 142+195+178=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC3B2 is #713C4D. Grayscale: #B1B1B1. Windows color (decimal): -7421006 or 11715470. OLE color: 11715470.

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

Color convert

RGB142195178-
CMYK0.2700.090.24
HSL160.75º30.64%66.08%-
HSV(B)160.75º27.18%76.47%-
XYZ38.714849.34-
YUV177.22128.44102.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.57%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 178 (69.92% from 255) = 34.56%
R=27.57%
G=37.86%
B=34.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421951780.2700.090.24160.7530.6466.08
Hex8EC3B21B0918a11f42
Octal216303262330113024137102
Binary10001110110000111011001011011010011100010100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,178); }

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

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

 a { background-color: rgb(142,195,178); }

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

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

 span { border-color: rgb(142,195,178); }

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