#8CC3AE

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

Shades of Shadow Green #8CC3AE

Tints of Shadow Green #8CC3AE

Color information

#8CC3AE (or 0x8CC3AE) is unknown color: approx Shadow Green. HEX triplet: 8C, C3 and AE. RGB value is (140,195,174). Sum of RGB (Red+Green+Blue) = 140+195+174=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC3AE is #733C51. Grayscale: #B0B0B0. Windows color (decimal): -7552082 or 11453324. OLE color: 11453324.

HSL color Cylindrical-coordinate representation of color #8CC3AE: hue angle of 157.09º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC3AE is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB140195174-
CMYK0.2800.110.24
HSL157.09º31.43%65.69%-
HSV(B)157.09º28.21%76.47%-
XYZ37.9747.6647.24-
YUV176.16126.78102.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 195 (76.56% from 255) = 38.31%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=27.50%
G=38.31%
B=34.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401951740.2800.110.24157.0931.4365.69
Hex8CC3AE1C0B189d1f42
Octal214303256340133023537102
Binary10001100110000111010111011100010111100010011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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