#8EBFBB

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

Shades of Shadow Green #8EBFBB

Tints of Shadow Green #8EBFBB

Color information

#8EBFBB (or 0x8EBFBB) is unknown color: approx Shadow Green. HEX triplet: 8E, BF and BB. RGB value is (142,191,187). Sum of RGB (Red+Green+Blue) = 142+191+187=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFBB is #714044. Grayscale: #AFAFAF. Windows color (decimal): -7422021 or 12304270. OLE color: 12304270.

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

Color convert

RGB142191187-
CMYK0.2600.020.25
HSL175.1º27.68%65.29%-
HSV(B)175.1º25.65%74.9%-
XYZ38.7646.653.97-
YUV175.89134.27103.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=27.31%
G=36.73%
B=35.96%

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
Decimal1421911870.2600.020.25175.127.6865.29
Hex8EBFBB1A0219af1c41
Octal21627727332023125734101
Binary100011101011111110111011110100101100110101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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