#8EB7B1

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

Shades of Shadow Green #8EB7B1

Tints of Shadow Green #8EB7B1

Color information

#8EB7B1 (or 0x8EB7B1) is unknown color: approx Shadow Green. HEX triplet: 8E, B7 and B1. RGB value is (142,183,177). Sum of RGB (Red+Green+Blue) = 142+183+177=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB7B1 is #71484E. Grayscale: #AAAAAA. Windows color (decimal): -7424079 or 11646862. OLE color: 11646862.

HSL color Cylindrical-coordinate representation of color #8EB7B1: hue angle of 171.22º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EB7B1 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB142183177-
CMYK0.2200.030.28
HSL171.22º22.16%63.73%-
HSV(B)171.22º22.4%71.76%-
XYZ36.0242.7947.96-
YUV170.06131.92107.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.29%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=28.29%
G=36.45%
B=35.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1421831770.2200.030.28171.2222.1663.73
Hex8EB7B116031Cab1640
Octal21626726126033425326100
Binary100011101011011110110001101100111110010101011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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