#8DBEBC

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

Shades of Shadow Green #8DBEBC

Tints of Shadow Green #8DBEBC

Color information

#8DBEBC (or 0x8DBEBC) is unknown color: approx Shadow Green. HEX triplet: 8D, BE and BC. RGB value is (141,190,188). Sum of RGB (Red+Green+Blue) = 141+190+188=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEBC is #724143. Grayscale: #AFAFAF. Windows color (decimal): -7487812 or 12369549. OLE color: 12369549.

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

Color convert

RGB141190188-
CMYK0.2600.010.25
HSL177.55º27.37%64.9%-
HSV(B)177.55º25.79%74.51%-
XYZ38.4846.1254.45-
YUV175.12135.27103.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.17%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=27.17%
G=36.61%
B=36.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411901880.2600.010.25177.5527.3764.9
Hex8DBEBC1A0119b21b41
Octal21527627432013126233101
Binary10001101101111101011110011010011100110110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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