#8DC2BA

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

Shades of Shadow Green #8DC2BA

Tints of Shadow Green #8DC2BA

Color information

#8DC2BA (or 0x8DC2BA) is unknown color: approx Shadow Green. HEX triplet: 8D, C2 and BA. RGB value is (141,194,186). Sum of RGB (Red+Green+Blue) = 141+194+186=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2BA is #723D45. Grayscale: #B1B1B1. Windows color (decimal): -7486790 or 12239501. OLE color: 12239501.

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

Color convert

RGB141194186-
CMYK0.2700.040.24
HSL170.94º30.29%65.69%-
HSV(B)170.94º27.32%76.08%-
XYZ39.1447.7953.62-
YUV177.24132.94102.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=27.06%
G=37.24%
B=35.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411941860.2700.040.24170.9430.2965.69
Hex8DC2BA1B0418ab1e42
Octal21530227233043025336102
Binary1000110111000010101110101101101001100010101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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