#8CBEAC

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

Shades of Shadow Green #8CBEAC

Tints of Shadow Green #8CBEAC

Color information

#8CBEAC (or 0x8CBEAC) is unknown color: approx Shadow Green. HEX triplet: 8C, BE and AC. RGB value is (140,190,172). Sum of RGB (Red+Green+Blue) = 140+190+172=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBEAC is #734153. Grayscale: #ADADAD. Windows color (decimal): -7553364 or 11320972. OLE color: 11320972.

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

Color convert

RGB140190172-
CMYK0.2600.090.25
HSL158.4º27.78%64.71%-
HSV(B)158.4º26.32%74.51%-
XYZ36.6845.3845.86-
YUV173127.44104.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.89%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=27.89%
G=37.85%
B=34.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401901720.2600.090.25158.427.7864.71
Hex8CBEAC1A09199e1c41
Octal214276254320113123634101
Binary10001100101111101010110011010010011100110011110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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