#8DC0BE

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

Shades of Shadow Green #8DC0BE

Tints of Shadow Green #8DC0BE

Color information

#8DC0BE (or 0x8DC0BE) is unknown color: approx Shadow Green. HEX triplet: 8D, C0 and BE. RGB value is (141,192,190). Sum of RGB (Red+Green+Blue) = 141+192+190=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0BE is #723F41. Grayscale: #B0B0B0. Windows color (decimal): -7487298 or 12501133. OLE color: 12501133.

HSL color Cylindrical-coordinate representation of color #8DC0BE: hue angle of 177.65º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC0BE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB141192190-
CMYK0.2700.010.25
HSL177.65º28.81%65.29%-
HSV(B)177.65º26.56%75.29%-
XYZ39.1347.0855.74-
YUV176.52135.6102.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=26.96%
G=36.71%
B=36.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411921900.2700.010.25177.6528.8165.29
Hex8DC0BE1B0119b21d41
Octal21530027633013126235101
Binary10001101110000001011111011011011100110110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,192,190); }

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

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

 a { background-color: rgb(141,192,190); }

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

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

 span { border-color: rgb(141,192,190); }

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