#8DC4B3

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

Shades of Shadow Green #8DC4B3

Tints of Shadow Green #8DC4B3

Color information

#8DC4B3 (or 0x8DC4B3) is unknown color: approx Shadow Green. HEX triplet: 8D, C4 and B3. RGB value is (141,196,179). Sum of RGB (Red+Green+Blue) = 141+196+179=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC4B3 is #723B4C. Grayscale: #B1B1B1. Windows color (decimal): -7486285 or 11781261. OLE color: 11781261.

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

Color convert

RGB141196179-
CMYK0.2800.090.23
HSL161.45º31.79%66.08%-
HSV(B)161.45º28.06%76.86%-
XYZ38.8648.449.94-
YUV177.62128.78101.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=27.33%
G=37.98%
B=34.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411961790.2800.090.23161.4531.7966.08
Hex8DC4B31C0917a12042
Octal215304263340112724140102
Binary100011011100010010110011111000100110111101000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,196,179); }

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

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

 a { background-color: rgb(141,196,179); }

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

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

 span { border-color: rgb(141,196,179); }

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