#8CC4AC

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

Shades of Shadow Green #8CC4AC

Tints of Shadow Green #8CC4AC

Color information

#8CC4AC (or 0x8CC4AC) is unknown color: approx Shadow Green. HEX triplet: 8C, C4 and AC. RGB value is (140,196,172). Sum of RGB (Red+Green+Blue) = 140+196+172=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC4AC is #733B53. Grayscale: #B0B0B0. Windows color (decimal): -7551828 or 11322508. OLE color: 11322508.

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

Color convert

RGB140196172-
CMYK0.2900.120.23
HSL154.29º32.18%65.88%-
HSV(B)154.29º28.57%76.86%-
XYZ3848.0346.3-
YUV176.52125.45101.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.56%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=27.56%
G=38.58%
B=33.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401961720.2900.120.23154.2932.1865.88
Hex8CC4AC1D0C179a2042
Octal214304254350142723240102
Binary100011001100010010101100111010110010111100110101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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