#8CC6AE

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

Shades of Shadow Green #8CC6AE

Tints of Shadow Green #8CC6AE

Color information

#8CC6AE (or 0x8CC6AE) is unknown color: approx Shadow Green. HEX triplet: 8C, C6 and AE. RGB value is (140,198,174). Sum of RGB (Red+Green+Blue) = 140+198+174=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC6AE is #733951. Grayscale: #B1B1B1. Windows color (decimal): -7551314 or 11454092. OLE color: 11454092.

HSL color Cylindrical-coordinate representation of color #8CC6AE: hue angle of 155.17º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC6AE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB140198174-
CMYK0.2900.120.22
HSL155.17º33.72%66.27%-
HSV(B)155.17º29.29%77.65%-
XYZ38.6549.0247.47-
YUV177.92125.78100.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.34%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=27.34%
G=38.67%
B=33.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401981740.2900.120.22155.1733.7266.27
Hex8CC6AE1D0C169b2242
Octal214306256350142623342102
Binary100011001100011010101110111010110010110100110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,198,174); }

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

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

 a { background-color: rgb(140,198,174); }

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

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

 span { border-color: rgb(140,198,174); }

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