#8EBDBC

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

Shades of Shadow Green #8EBDBC

Tints of Shadow Green #8EBDBC

Color information

#8EBDBC (or 0x8EBDBC) is unknown color: approx Shadow Green. HEX triplet: 8E, BD and BC. RGB value is (142,189,188). Sum of RGB (Red+Green+Blue) = 142+189+188=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDBC is #714243. Grayscale: #AEAEAE. Windows color (decimal): -7422532 or 12369294. OLE color: 12369294.

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

Color convert

RGB142189188-
CMYK0.2500.010.26
HSL178.72º26.26%64.9%-
HSV(B)178.72º24.87%74.12%-
XYZ38.4345.7854.39-
YUV174.83135.43104.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=27.36%
G=36.42%
B=36.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421891880.2500.010.26178.7226.2664.9
Hex8EBDBC19011Ab31a41
Octal21627527431013226332101
Binary10001110101111011011110011001011101010110011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,189,188); }

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

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

 a { background-color: rgb(142,189,188); }

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

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

 span { border-color: rgb(142,189,188); }

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