#8EC2BA

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

Shades of Shadow Green #8EC2BA

Tints of Shadow Green #8EC2BA

Color information

#8EC2BA (or 0x8EC2BA) is unknown color: approx Shadow Green. HEX triplet: 8E, C2 and BA. RGB value is (142,194,186). Sum of RGB (Red+Green+Blue) = 142+194+186=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2BA is #713D45. Grayscale: #B1B1B1. Windows color (decimal): -7421254 or 12239502. OLE color: 12239502.

HSL color Cylindrical-coordinate representation of color #8EC2BA: hue angle of 170.77º degrees, saturation: 0.3, 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 #8EC2BA is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB142194186-
CMYK0.2700.040.24
HSL170.77º29.89%65.88%-
HSV(B)170.77º26.8%76.08%-
XYZ39.3147.8853.62-
YUV177.54132.77102.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 194 (76.17% from 255) = 37.16%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=27.20%
G=37.16%
B=35.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421941860.2700.040.24170.7729.8965.88
Hex8EC2BA1B0418ab1e42
Octal21630227233043025336102
Binary1000111011000010101110101101101001100010101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,194,186); }

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

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

 a { background-color: rgb(142,194,186); }

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

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

 span { border-color: rgb(142,194,186); }

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