#8EBFB2

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

Shades of Shadow Green #8EBFB2

Tints of Shadow Green #8EBFB2

Color information

#8EBFB2 (or 0x8EBFB2) is unknown color: approx Shadow Green. HEX triplet: 8E, BF and B2. RGB value is (142,191,178). Sum of RGB (Red+Green+Blue) = 142+191+178=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBFB2 is #71404D. Grayscale: #AEAEAE. Windows color (decimal): -7422030 or 11714446. OLE color: 11714446.

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

Color convert

RGB142191178-
CMYK0.2600.070.25
HSL164.08º27.68%65.29%-
HSV(B)164.08º25.65%74.9%-
XYZ37.8246.2349.05-
YUV174.87129.77104.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=27.79%
G=37.38%
B=34.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421911780.2600.070.25164.0827.6865.29
Hex8EBFB21A0719a41c41
Octal21627726232073124434101
Binary1000111010111111101100101101001111100110100100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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