#8DC3B4

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

Shades of Shadow Green #8DC3B4

Tints of Shadow Green #8DC3B4

Color information

#8DC3B4 (or 0x8DC3B4) is unknown color: approx Shadow Green. HEX triplet: 8D, C3 and B4. RGB value is (141,195,180). Sum of RGB (Red+Green+Blue) = 141+195+180=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3B4 is #723C4B. Grayscale: #B1B1B1. Windows color (decimal): -7486540 or 11846541. OLE color: 11846541.

HSL color Cylindrical-coordinate representation of color #8DC3B4: hue angle of 163.33º 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 #8DC3B4 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB141195180-
CMYK0.2800.080.24
HSL163.33º31.03%65.88%-
HSV(B)163.33º27.69%76.47%-
XYZ38.7447.9950.4-
YUV177.14129.61102.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=27.33%
G=37.79%
B=34.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951800.2800.080.24163.3331.0365.88
Hex8DC3B41C0818a31f42
Octal215303264340103024337102
Binary10001101110000111011010011100010001100010100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,180); }

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

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

 a { background-color: rgb(141,195,180); }

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

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

 span { border-color: rgb(141,195,180); }

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