#8EBEBC

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

Shades of Shadow Green #8EBEBC

Tints of Shadow Green #8EBEBC

Color information

#8EBEBC (or 0x8EBEBC) is unknown color: approx Shadow Green. HEX triplet: 8E, BE and BC. RGB value is (142,190,188). Sum of RGB (Red+Green+Blue) = 142+190+188=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEBC is #714143. Grayscale: #AFAFAF. Windows color (decimal): -7422276 or 12369550. OLE color: 12369550.

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

Color convert

RGB142190188-
CMYK0.2500.010.25
HSL177.5º26.97%65.1%-
HSV(B)177.5º25.26%74.51%-
XYZ38.6546.2154.46-
YUV175.42135.1104.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=27.31%
G=36.54%
B=36.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421901880.2500.010.25177.526.9765.1
Hex8EBEBC190119b21b41
Octal21627627431013126233101
Binary10001110101111101011110011001011100110110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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