#8EC1B1

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

Shades of Shadow Green #8EC1B1

Tints of Shadow Green #8EC1B1

Color information

#8EC1B1 (or 0x8EC1B1) is unknown color: approx Shadow Green. HEX triplet: 8E, C1 and B1. RGB value is (142,193,177). Sum of RGB (Red+Green+Blue) = 142+193+177=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC1B1 is #713E4E. Grayscale: #AFAFAF. Windows color (decimal): -7421519 or 11649422. OLE color: 11649422.

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

Color convert

RGB142193177-
CMYK0.2600.080.24
HSL161.18º29.14%65.69%-
HSV(B)161.18º26.42%75.69%-
XYZ38.1647.0748.67-
YUV175.93128.6103.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=27.73%
G=37.70%
B=34.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421931770.2600.080.24161.1829.1465.69
Hex8EC1B11A0818a11d42
Octal216301261320103024135102
Binary10001110110000011011000111010010001100010100001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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