#8EBFBC

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

Shades of Shadow Green #8EBFBC

Tints of Shadow Green #8EBFBC

Color information

#8EBFBC (or 0x8EBFBC) is unknown color: approx Shadow Green. HEX triplet: 8E, BF and BC. RGB value is (142,191,188). Sum of RGB (Red+Green+Blue) = 142+191+188=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFBC is #714043. Grayscale: #AFAFAF. Windows color (decimal): -7422020 or 12369806. OLE color: 12369806.

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

Color convert

RGB142191188-
CMYK0.2600.020.25
HSL176.33º27.68%65.29%-
HSV(B)176.33º25.65%74.9%-
XYZ38.8646.6454.53-
YUV176.01134.77103.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.26%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=27.26%
G=36.66%
B=36.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421911880.2600.020.25176.3327.6865.29
Hex8EBFBC1A0219b01c41
Octal21627727432023126034101
Binary100011101011111110111100110100101100110110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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