#8EBFB9

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

Shades of Shadow Green #8EBFB9

Tints of Shadow Green #8EBFB9

Color information

#8EBFB9 (or 0x8EBFB9) is unknown color: approx Shadow Green. HEX triplet: 8E, BF and B9. RGB value is (142,191,185). Sum of RGB (Red+Green+Blue) = 142+191+185=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFB9 is #714046. Grayscale: #AFAFAF. Windows color (decimal): -7422023 or 12173198. OLE color: 12173198.

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

Color convert

RGB142191185-
CMYK0.2600.030.25
HSL172.65º27.68%65.29%-
HSV(B)172.65º25.65%74.9%-
XYZ38.5446.5252.85-
YUV175.66133.27103.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=27.41%
G=36.87%
B=35.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421911850.2600.030.25172.6527.6865.29
Hex8EBFB91A0319ad1c41
Octal21627727132033125534101
Binary100011101011111110111001110100111100110101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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