#8EBEAC

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

Shades of Shadow Green #8EBEAC

Tints of Shadow Green #8EBEAC

Color information

#8EBEAC (or 0x8EBEAC) is unknown color: approx Shadow Green. HEX triplet: 8E, BE and AC. RGB value is (142,190,172). Sum of RGB (Red+Green+Blue) = 142+190+172=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBEAC is #714153. Grayscale: #ADADAD. Windows color (decimal): -7422292 or 11320974. OLE color: 11320974.

HSL color Cylindrical-coordinate representation of color #8EBEAC: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EBEAC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB142190172-
CMYK0.2500.090.25
HSL157.5º26.97%65.1%-
HSV(B)157.5º25.26%74.51%-
XYZ37.0245.5645.87-
YUV173.6127.1105.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=28.17%
G=37.70%
B=34.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901720.2500.090.25157.526.9765.1
Hex8EBEAC1909199e1b41
Octal216276254310113123633101
Binary10001110101111101010110011001010011100110011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,172); }

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

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

 a { background-color: rgb(142,190,172); }

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

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

 span { border-color: rgb(142,190,172); }

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