#8EC4BC

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

Shades of Shadow Green #8EC4BC

Tints of Shadow Green #8EC4BC

Color information

#8EC4BC (or 0x8EC4BC) is unknown color: approx Shadow Green. HEX triplet: 8E, C4 and BC. RGB value is (142,196,188). Sum of RGB (Red+Green+Blue) = 142+196+188=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4BC is #713B43. Grayscale: #B2B2B2. Windows color (decimal): -7420740 or 12371086. OLE color: 12371086.

HSL color Cylindrical-coordinate representation of color #8EC4BC: hue angle of 171.11º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC4BC is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB142196188-
CMYK0.2800.040.23
HSL171.11º31.4%66.27%-
HSV(B)171.11º27.55%76.86%-
XYZ39.9748.8654.9-
YUV178.94133.11101.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=27.00%
G=37.26%
B=35.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421961880.2800.040.23171.1131.466.27
Hex8EC4BC1C0417ab1f42
Octal21630427434042725337102
Binary1000111011000100101111001110001001011110101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,196,188); }

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

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

 a { background-color: rgb(142,196,188); }

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

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

 span { border-color: rgb(142,196,188); }

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