#8CC7B6

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

Shades of Shadow Green #8CC7B6

Tints of Shadow Green #8CC7B6

Color information

#8CC7B6 (or 0x8CC7B6) is unknown color: approx Shadow Green. HEX triplet: 8C, C7 and B6. RGB value is (140,199,182). Sum of RGB (Red+Green+Blue) = 140+199+182=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC7B6 is #733849. Grayscale: #B3B3B3. Windows color (decimal): -7551050 or 11978636. OLE color: 11978636.

HSL color Cylindrical-coordinate representation of color #8CC7B6: hue angle of 162.71º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC7B6 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB140199182-
CMYK0.3000.090.22
HSL162.71º34.5%66.47%-
HSV(B)162.71º29.65%78.04%-
XYZ39.6849.851.78-
YUV179.42129.4599.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.87%
GREEN value IS 199 (78.12% from 255) = 38.20%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=26.87%
G=38.20%
B=34.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401991820.3000.090.22162.7134.566.47
Hex8CC7B61E0916a32342
Octal214307266360112624343102
Binary100011001100011110110110111100100110110101000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,199,182); }

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

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

 a { background-color: rgb(140,199,182); }

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

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

 span { border-color: rgb(140,199,182); }

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