#8DC2B6

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

Shades of Shadow Green #8DC2B6

Tints of Shadow Green #8DC2B6

Color information

#8DC2B6 (or 0x8DC2B6) is unknown color: approx Shadow Green. HEX triplet: 8D, C2 and B6. RGB value is (141,194,182). Sum of RGB (Red+Green+Blue) = 141+194+182=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2B6 is #723D49. Grayscale: #B0B0B0. Windows color (decimal): -7486794 or 11977357. OLE color: 11977357.

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

Color convert

RGB141194182-
CMYK0.2700.060.24
HSL166.42º30.29%65.69%-
HSV(B)166.42º27.32%76.08%-
XYZ38.7247.6251.41-
YUV176.78130.94102.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.27%
GREEN value IS 194 (76.17% from 255) = 37.52%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=27.27%
G=37.52%
B=35.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411941820.2700.060.24166.4230.2965.69
Hex8DC2B61B0618a61e42
Octal21530226633063024636102
Binary1000110111000010101101101101101101100010100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,194,182); }

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

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

 a { background-color: rgb(141,194,182); }

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

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

 span { border-color: rgb(141,194,182); }

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