#8EBFB6

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

Shades of Shadow Green #8EBFB6

Tints of Shadow Green #8EBFB6

Color information

#8EBFB6 (or 0x8EBFB6) is unknown color: approx Shadow Green. HEX triplet: 8E, BF and B6. RGB value is (142,191,182). Sum of RGB (Red+Green+Blue) = 142+191+182=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFB6 is #714049. Grayscale: #AFAFAF. Windows color (decimal): -7422026 or 11976590. OLE color: 11976590.

HSL color Cylindrical-coordinate representation of color #8EBFB6: hue angle of 168.98º degrees, saturation: 0.28, 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 #8EBFB6 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB142191182-
CMYK0.2600.050.25
HSL168.98º27.68%65.29%-
HSV(B)168.98º25.65%74.9%-
XYZ38.2346.3951.2-
YUV175.32131.77104.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.57%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=27.57%
G=37.09%
B=35.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421911820.2600.050.25168.9827.6865.29
Hex8EBFB61A0519a91c41
Octal21627726632053125134101
Binary1000111010111111101101101101001011100110101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,191,182); }

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

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

 a { background-color: rgb(142,191,182); }

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

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

 span { border-color: rgb(142,191,182); }

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