#8EBCAD

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

Shades of Shadow Green #8EBCAD

Tints of Shadow Green #8EBCAD

Color information

#8EBCAD (or 0x8EBCAD) is unknown color: approx Shadow Green. HEX triplet: 8E, BC and AD. RGB value is (142,188,173). Sum of RGB (Red+Green+Blue) = 142+188+173=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBCAD is #714352. Grayscale: #ACACAC. Windows color (decimal): -7422803 or 11385998. OLE color: 11385998.

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

Color convert

RGB142188173-
CMYK0.2400.080.26
HSL160.43º25.56%64.71%-
HSV(B)160.43º24.47%73.73%-
XYZ36.6844.7346.24-
YUV172.54128.26106.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=28.23%
G=37.38%
B=34.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881730.2400.080.26160.4325.5664.71
Hex8EBCAD18081Aa01a41
Octal216274255300103224032101
Binary10001110101111001010110111000010001101010100000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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