#8EC2BD

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

Shades of Shadow Green #8EC2BD

Tints of Shadow Green #8EC2BD

Color information

#8EC2BD (or 0x8EC2BD) is unknown color: approx Shadow Green. HEX triplet: 8E, C2 and BD. RGB value is (142,194,189). Sum of RGB (Red+Green+Blue) = 142+194+189=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2BD is #713D42. Grayscale: #B1B1B1. Windows color (decimal): -7421251 or 12436110. OLE color: 12436110.

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

Color convert

RGB142194189-
CMYK0.2700.030.24
HSL174.23º29.89%65.88%-
HSV(B)174.23º26.8%76.08%-
XYZ39.6348.0155.32-
YUV177.88134.27102.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 189 (74.22% from 255) = 36%
R=27.05%
G=36.95%
B=36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421941890.2700.030.24174.2329.8965.88
Hex8EC2BD1B0318ae1e42
Octal21630227533033025636102
Binary100011101100001010111101110110111100010101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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